Uses of Enum
com.azure.core.amqp.AmqpRetryMode
Packages that use AmqpRetryMode
-
Uses of AmqpRetryMode in com.azure.core.amqp
Methods in com.azure.core.amqp that return AmqpRetryModeModifier and TypeMethodDescriptionAmqpRetryOptions.getMode()Gets the approach to use for calculating retry delays.static AmqpRetryModeReturns 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 AmqpRetryModeModifier and TypeMethodDescriptionAmqpRetryOptions.setMode(AmqpRetryMode retryMode) Sets the approach to use for calculating retry delays.