接口 BatchObserver
-
public interface BatchObserverAn observer contract for batch events.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidbatchExplicitlyExecuted()Indicates explicit execution of the batch via a call toBatch.execute().voidbatchImplicitlyExecuted()Indicates an implicit execution of the batch.
-
-
-
方法详细资料
-
batchExplicitlyExecuted
void batchExplicitlyExecuted()
Indicates explicit execution of the batch via a call toBatch.execute().
-
batchImplicitlyExecuted
void batchImplicitlyExecuted()
Indicates an implicit execution of the batch.
-
-