Class ThreadConnector<T>

java.lang.Object
org.frankframework.threading.ThreadConnector<T>
Type Parameters:
T - Type of the threadInfo maintained by the ThreadLifeCycleEventListener.
All Implemented Interfaces:
AutoCloseable

public class ThreadConnector<T> extends Object implements AutoCloseable
Connect a parent thread and a child thread to carry over important state from the parent thread to the child thread, such as ThreadContext, thread-local hide-regexes for masking sensitive information from logs (See IbisMaskingLayout, and transaction state via a TransactionConnector.