Package io.micronaut.retry.intercept
@NullMarked
package io.micronaut.retry.intercept
Retry interceptors and states.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionA context object for storing the state of the Circuit.A
MethodInterceptorthat retries an operation according to the specifiedRetryableannotation.Shared retry execution engine for synchronous, reactive, and asynchronous flows.Mutable retry state that can calculate the next retry delay.Builds retry state from a typed retry policy.AMethodInterceptorthat will attempt to execute aFallbackwhen the target method is in an error state.Emits retry attempt notifications for the shared retry runner.Internal abstraction for sleeping between retry attempts.