Namespace Amqp.Listener
Classes
AttachContext
Provides the context to an attach processor to process the received performative.
ConnectionListener
The connection listener accepts AMQP connections from an address.
ConnectionListener.SaslSettings
Contains the SASL settings for a connection.
ConnectionListener.SslSettings
Contains the TLS/SSL settings for a connection.
ContainerHost
The ContainerHost class hosts an AMQP container where connection listeners can be created to accept client requests.
Context
The base class of request context.
DispositionContext
Provides the context to a link endpoint to process the received disposition.
FlowContext
Provides the context to a link endpoint to process a received flow.
LinkEndpoint
The base class of an AMQP link endpoint.
ListenerConnection
An AMQP connection used by the listener.
ListenerLink
The listener link provides non-blocking methods that can be used by brokers/listener applications.
ListenerSession
An AMQP session used by the listener.
MessageContext
Provides the context to a message processor to process the received message.
ReceiveContext
Provides the context of a receive request. It is created by a message source to track the delivery of an outgoing message.
RequestContext
Provides the context to a request processor to process the received request.
SourceLinkEndpoint
The AMQP link endpoint for a message source. Use this class to attach a link endpoint to an IMessageSource for sending outgoing messages. This class manages the link credit (flow control).
TargetLinkEndpoint
The AMQP link endpoint for a message target. Use this class to manage links attached to an IMessageProcessor.
X509Identity
Represents an client identity established by SSL client certificate authentication.
Interfaces
IContainer
Represents an AMQP container.
IContainerHost
Represents an AMQP container that hosts processors.
ILinkProcessor
Defines the property and methods of a link processor.
IMessageProcessor
Defines the property and methods of a message processor.
IMessageSource
Defines the property and methods of a message source.
IRequestProcessor
Defines the methods of a request processor.
Enums
ContextState
The state of a context.