public interface IChannelWrapperFactory
Modifier and Type | Method and Description |
---|---|
IDuplexChannelUnwrapper |
createDuplexChannelUnwrapper(IMessagingSystemFactory outputMessagingSystem)
Creates the duplex channel unwrapper.
|
IDuplexChannelWrapper |
createDuplexChannelWrapper()
Creates the duplex channel wrapper.
|
IDuplexChannelWrapper createDuplexChannelWrapper()
IDuplexChannelUnwrapper createDuplexChannelUnwrapper(IMessagingSystemFactory outputMessagingSystem)
outputMessagingSystem
- Messaging used to create output channels where unwrapped messages will be sent.