Interface BatchObserver
-
public interface BatchObserverAn observer contract for batch events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbatchExplicitlyExecuted()Indicates explicit execution of the batch via a call toBatch.execute().voidbatchImplicitlyExecuted()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.
-
-