public interface ThreadLifeCycleEventListener<T>
Modifier and Type | Method and Description |
---|---|
T |
announceChildThread(Object owner,
String correlationId) |
void |
cancelChildThread(T ref) |
Throwable |
threadAborted(T ref,
Throwable t) |
<O> O |
threadCreated(T ref,
O request) |
<O> O |
threadEnded(T ref,
O result) |
Copyright © 2023 Frank!Framework. All rights reserved.