Interface ILinkProcessor
Defines the property and methods of a link processor.
Namespace: Amqp.Listener
Assembly: Amqp.Net.dll
Syntax
public interface ILinkProcessor
Methods
Process(AttachContext)
Processes a received attach performative to open a link endpoint. The implementation must call attachContext.Complete to either accept or reject the attach performative.
Declaration
void Process(AttachContext attachContext)
Parameters
Type | Name | Description |
---|---|---|
AttachContext | attachContext | Context of the received attach performative. |