public class MediatorWorker
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
MediatorWorker(Mediator seq,
MessageContext synCtx)
Constructor of the MediatorWorker which sets the sequence and the message context
|
MediatorWorker(MessageContext synCtx)
Constructor od the MediatorWorker which sets the provided message context and the
main sequence as the sequence for mediation
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Execution method of the thread.
|
public MediatorWorker(Mediator seq, MessageContext synCtx)
seq
- - Sequence Mediator to be setsynCtx
- - Synapse MessageContext to be setpublic MediatorWorker(MessageContext synCtx)
synCtx
- - Synapse MessageContext to be setCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.