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 Detail

      • contextDestroyed

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