Interface ThreadLifeCycleEventListener<T>


public interface ThreadLifeCycleEventListener<T>
  • Method Details

    • announceChildThread

      T announceChildThread(Object owner, String correlationId)
    • cancelChildThread

      void cancelChildThread(T ref)
    • threadCreated

      <O> O threadCreated(T ref, O request)
    • threadEnded

      <O> O threadEnded(T ref, O result)
    • threadAborted

      Throwable threadAborted(T ref, Throwable t)