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