The interface declares methods to attach/detach one 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 IAttachableInputChannel |
| Visual Basic |
|---|
Public Interface IAttachableInputChannel |
| Visual C++ |
|---|
public interface class IAttachableInputChannel |
Remarks
The input channel is used in one-way communication by a listener to receive messages.
Components that are able to attach the input channel can listen to messages but they cannot send back any response message.