Package org.frankframework.threading
Interface IThreadCreator
- All Known Implementing Classes:
ForEachChildElementPipe
,FrankSender
,IbisLocalSender
,JsonXsltSender
,SendMessageJob.SendMessageJobSender
,XsltSender
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 TypeMethodDescriptionvoid
setThreadLifeCycleEventListener
(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener)
-
Method Details
-
setThreadLifeCycleEventListener
void setThreadLifeCycleEventListener(ThreadLifeCycleEventListener<Object> threadLifeCycleEventListener)
-