Interface IThreadCreator
- All Known Implementing Classes:
ForEachChildElementPipe, FrankSender, IbisLocalSender, SendMessageJob.SendMessageJobSender
public interface IThreadCreator
Classes that create sub-threads during the processing of messages in adapters should implement this interface, to set the callback
for thread lifecycle events. This is for the LadyBug pipeline debugger.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetThreadLifeCycleEventListener(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener)
-
Method Details
-
setThreadLifeCycleEventListener
void setThreadLifeCycleEventListener(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener)
-