Interface BatchObserver


public interface BatchObserver
An observer contract for batch events.
  • Method Details

    • 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.