接口 BatchObserver


  • public interface BatchObserver
    An observer contract for batch events.
    作者:
    Steve Ebersole
    • 方法详细资料

      • batchExplicitlyExecuted

        void batchExplicitlyExecuted()
        Indicates explicit execution of the batch via a call to Batch.execute().
      • batchImplicitlyExecuted

        void batchImplicitlyExecuted()
        Indicates an implicit execution of the batch.