Package io.mosip.kernel.core.retry
-
Class Summary Class Description RetryAspect The Aspect Class RetryAspect that applies the retry mechanism on methods withWithRetryannotation.RetryConfig The Class RetryConfig - to configure retry template with retry/back off policies as per configuration.RetryConfigKeyConstants The Class RetryConfigKeyConstants.RetryListenerImpl The Class RetryListenerImpl - to log failed invocations. -
Annotation Types Summary Annotation Type Description WithRetry The WithRetry annotation - to be used on a method to apply retry mechanism based on the configured retry/backoff policy.