Show / Hide Table of Contents

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.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX