Package org.frankframework.threading
package org.frankframework.threading
-
ClassDescriptionClasses that create sub-threads during the processing of messages in adapters should implement this interface, to set the callback for thread lifecycle events.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 (SeeIbisMaskingLayout
, and transaction state via aTransactionConnector
.Interface for classes that need to be aware of when child-threads are created and terminated.