| Interface | Description |
|---|---|
| AmqpConnection |
Represents a TCP connection between the client and a service that uses the AMQP protocol.
|
| AmqpLink |
Represents a unidirectional AMQP link.
|
| AmqpSession |
An AMQP session representing bidirectional communication that supports multiple
AMQP links. |
| ClaimsBasedSecurityNode |
Claims-based security (CBS) node that authorizes connections with AMQP services.
|
| Class | Description |
|---|---|
| AmqpRetryOptions |
A set of options that can be specified to influence how retry attempts are made.
|
| AmqpRetryPolicy |
An abstract representation of a policy to govern retrying of messaging operations.
|
| AmqpShutdownSignal |
Represents a signal that caused the AMQP connection to shutdown.
|
| AmqpTransaction |
Represents transaction in message broker.
|
| ExponentialAmqpRetryPolicy |
A policy to govern retrying of messaging operations in which the delay between retries will grow in an exponential
manner, allowing more time to recover as the number of retries increases.
|
| FixedAmqpRetryPolicy |
A policy to govern retrying of messaging operations in which the base delay between retries remains the same.
|
| ProxyOptions |
Properties for configuring proxies with Event Hubs.
|
| Enum | Description |
|---|---|
| AmqpEndpointState |
Represents a state for a connection, session, or link.
|
| AmqpMessageConstant |
Reserved well-known constants from AMQP protocol.
|
| AmqpRetryMode |
The type of approach to apply when calculating the delay between retry attempts.
|
| AmqpTransportType |
All TransportType switches available for AMQP protocol.
|
| ProxyAuthenticationType |
Supported methods of proxy authentication.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.