Package org.frankframework.threading


package org.frankframework.threading
  • Class
    Description
    Classes 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 (See IbisMaskingLayout, and transaction state via a TransactionConnector.
    Interface for classes that need to be aware of when child-threads are created and terminated.