Uses of Class
com.azure.core.amqp.AmqpRetryPolicy
Packages that use AmqpRetryPolicy
-
Uses of AmqpRetryPolicy in com.azure.core.amqp
Subclasses of AmqpRetryPolicy in com.azure.core.amqpModifier and TypeClassDescriptionclassA 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.classA policy to govern retrying of messaging operations in which the base delay between retries remains the same.Methods in com.azure.core.amqp with parameters of type AmqpRetryPolicyModifier and TypeMethodDescriptionAmqpSession.createConsumer(String linkName, String entityPath, Duration timeout, AmqpRetryPolicy retryPolicy) Creates a new AMQP link that consumes events from the message broker.AmqpSession.createProducer(String linkName, String entityPath, Duration timeout, AmqpRetryPolicy retryPolicy) Creates a new AMQP link that publishes events to the message broker.