Package | Description |
---|---|
eneter.messaging.messagingsystems.synchronousmessagingsystem |
Synchronous communication within one process (like a synchronous local call).
|
Modifier and Type | Method and Description |
---|---|
SynchronousMessagingSystemFactory |
SynchronousMessagingSystemFactory.setInputChannelThreading(IThreadDispatcherProvider inputChannelThreading)
Sets threading mode for input channels.
|
SynchronousMessagingSystemFactory |
SynchronousMessagingSystemFactory.setOutputChannelThreading(IThreadDispatcherProvider outputChannelThreading)
Sets threading mode for output channels.
|