Class ThreadExitEvent

  • All Implemented Interfaces:
    Event, ThreadEvent

    public class ThreadExitEvent
    extends AbstractThreadEvent
    Concrete ThreadEvent for when a worker thread is finished, and the inner FunctionalInterface is about to return
    • Constructor Detail

      • ThreadExitEvent

        public ThreadExitEvent​(java.lang.String origin,
                               java.lang.Long parentId,
                               java.lang.Long childId)
        Construct a new ThreadExitEvent
        Parameters:
        origin - origin of the event, presumably 'Concurrency'
        parentId - the threadId of the parent thread
        childId - the threadId of the worker thread