static ReliableMessagingFeature.BackoffAlgorithm |
ReliableMessagingFeature.BackoffAlgorithm.getDefault() |
Provides a default back-off algorithm value.
|
ReliableMessagingFeature.BackoffAlgorithm |
ReliableMessagingFeature.getRetransmissionBackoffAlgorithm() |
Specifies that the retransmission interval will be adjusted using a specific
backoff algorithm.
|
static ReliableMessagingFeature.BackoffAlgorithm |
ReliableMessagingFeature.BackoffAlgorithm.parse(String name) |
|
static ReliableMessagingFeature.BackoffAlgorithm |
ReliableMessagingFeature.BackoffAlgorithm.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ReliableMessagingFeature.BackoffAlgorithm[] |
ReliableMessagingFeature.BackoffAlgorithm.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|