| Package | Description |
|---|---|
| com.azure.core.amqp |
Package containing classes common to AMQP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpRetryMode |
AmqpRetryOptions.getMode()
Gets the approach to use for calculating retry delays.
|
static AmqpRetryMode |
AmqpRetryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqpRetryMode[] |
AmqpRetryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpRetryOptions |
AmqpRetryOptions.setMode(AmqpRetryMode retryMode)
Sets the approach to use for calculating retry delays.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.