Declares the duplex router.
Namespace: Eneter.Messaging.Nodes.RouterAssembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
| C# |
|---|
public interface IDuplexRouter : IAttachableMultipleDuplexInputChannels |
| Visual Basic |
|---|
Public Interface IDuplexRouter _ Inherits IAttachableMultipleDuplexInputChannels |
| Visual C++ |
|---|
public interface class IDuplexRouter : IAttachableMultipleDuplexInputChannels |
Remarks
The duplex router has attached more duplex input channels and uses more duplex output channels.
When it receives some message via the duplex input channel, it forwards the message to all configured duplex output channels.
This router is bidirectional. Therefore, it can forward messages and also route back response messages from receivers.
When it receives some message via the duplex input channel, it forwards the message to all configured duplex output channels.
This router is bidirectional. Therefore, it can forward messages and also route back response messages from receivers.