The interface declares methods to attach/detach multiple IInputChannel.
Namespace: Eneter.Messaging.Infrastructure.AttachableAssembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
| C# |
|---|
public interface IAttachableMultipleInputChannels |
| Visual Basic |
|---|
Public Interface IAttachableMultipleInputChannels |
| Visual C++ |
|---|
public interface class IAttachableMultipleInputChannels |
Remarks
Some comunication components need to attach several channels.
Components using multiple input channels are used in one-way communication.
They are able to listen to messages on more input channels (addresses).
But they are not able to send back response messages.
E.g. IDispatcher
E.g. IDispatcher