Show / Hide Table of Contents

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.

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