Uses of Package
org.frankframework.threading
Packages that use org.frankframework.threading
Package
Description
-
Classes in org.frankframework.threading used by org.frankframework.pipesClassDescriptionClasses that create sub-threads during the processing of messages in adapters should implement this interface, to set the callback for thread lifecycle events.Interface for classes that need to be aware of when child-threads are created and terminated.
-
Classes in org.frankframework.threading used by org.frankframework.scheduler.jobClassDescriptionClasses that create sub-threads during the processing of messages in adapters should implement this interface, to set the callback for thread lifecycle events.
-
Classes in org.frankframework.threading used by org.frankframework.sendersClassDescriptionClasses that create sub-threads during the processing of messages in adapters should implement this interface, to set the callback for thread lifecycle events.Interface for classes that need to be aware of when child-threads are created and terminated.
-
Classes in org.frankframework.threading used by org.frankframework.threadingClassDescriptionInterface for classes that need to be aware of when child-threads are created and terminated.
-
Classes in org.frankframework.threading used by org.frankframework.utilClassDescriptionConnect 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
. -
Classes in org.frankframework.threading used by org.frankframework.xmlClassDescriptionConnect 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
.