Interface ExecutionContextListener


@Deprecated public interface ExecutionContextListener
Deprecated.
Please use the ExecutionStateListener in order to get more advanced signals.
Interface that can be implemented by objects stored as step execution context attributes to get notified about the lifecycle of the step execution context.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Is invoked when the step execution context is destroyed.
  • Method Details

    • contextDestroyed

      void contextDestroyed()
      Deprecated.
      Is invoked when the step execution context is destroyed.