Uses of Class
com.azure.core.amqp.AmqpRetryMode
-
Packages that use AmqpRetryMode Package Description com.azure.core.amqp Package containing classes common to AMQP protocol. -
-
Uses of AmqpRetryMode in com.azure.core.amqp
Methods in com.azure.core.amqp that return AmqpRetryMode Modifier and Type Method Description AmqpRetryModeAmqpRetryOptions. getMode()Gets the approach to use for calculating retry delays.static AmqpRetryModeAmqpRetryMode. 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.Methods in com.azure.core.amqp with parameters of type AmqpRetryMode Modifier and Type Method Description AmqpRetryOptionsAmqpRetryOptions. setMode(AmqpRetryMode retryMode)Sets the approach to use for calculating retry delays.
-