Package org.axonframework.messaging.core.retry
package org.axonframework.messaging.core.retry
-
ClassDescriptionRetryScheduler implementation that schedules retries on a
ScheduledExecutorServicebased on a givenpolicy.An Axon-specificPredicate, used to check the non-transiency of a failure comparing it against concrete classes.A RetryScheduler that uses a backoff strategy, doubling the retry delay after each attempt.A RetryPolicy that delegates to another RetryPolicy when the latest exception matches a given predicate.A retry policy that caps another policy to maximum number of retriesA predicate for checking non-transiency of a failure comparing it against configured concrete classes.Describes a policy for retrying failed messages.The outcome of applying aRetryPolicyto a given message.Interface towards a mechanism that decides whether to schedule a message for dispatching when a previous attempts failed.Represents the logic to dispatch a message and attempt to retrieve the result