Interface ExecutionContext.LifecycleListener

Enclosing interface:
ExecutionContext

public static interface ExecutionContext.LifecycleListener
Interface to be implemented by a listener for the closure of the ExecutionContext.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked before closing the ExecutionContext
  • Method Details

    • preClose

      void preClose(ExecutionContext ec)
      Invoked before closing the ExecutionContext
      Parameters:
      ec - execution context