Interface BatchObserver
-
public interface BatchObserver
An observer contract for batch events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
batchExplicitlyExecuted()
Indicates explicit execution of the batch via a call toBatch.execute()
.void
batchImplicitlyExecuted()
Indicates an implicit execution of the batch.
-
-
-
Method Detail
-
batchExplicitlyExecuted
void batchExplicitlyExecuted()
Indicates explicit execution of the batch via a call toBatch.execute()
.
-
batchImplicitlyExecuted
void batchImplicitlyExecuted()
Indicates an implicit execution of the batch.
-
-