| Package | Description |
|---|---|
| com.azure.core.amqp |
Package containing classes common to AMQP protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
FixedAmqpRetryPolicy
A policy to govern retrying of messaging operations in which the base delay between retries remains the same.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<AmqpLink> |
AmqpSession.createConsumer(String linkName,
String entityPath,
Duration timeout,
AmqpRetryPolicy retryPolicy)
Creates a new AMQP link that consumes events from the message broker.
|
Mono<AmqpLink> |
AmqpSession.createProducer(String linkName,
String entityPath,
Duration timeout,
AmqpRetryPolicy retryPolicy)
Creates a new AMQP link that publishes events to the message broker.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.