Interface IMessageProcessor
Defines the property and methods of a message processor.
Namespace: Amqp.Listener
Assembly: Amqp.Net.dll
Syntax
public interface IMessageProcessor
Properties
Credit
Gets the link credit to issue to the client.
Declaration
int Credit { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Process(MessageContext)
Processes a received message.
Declaration
void Process(MessageContext messageContext)
Parameters
| Type | Name | Description |
|---|---|---|
| MessageContext | messageContext | Context of the received message. |