Package ru.tinkoff.kora.resilient.retry
Interface Retrier
public interface Retrier
Retry executor implementation
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRetry State implementation for manual retry execution handling -
Method Summary
-
Method Details
-
asState
- Returns:
- new
Retrier.RetryState
-
asReactor
@Nonnull reactor.util.retry.Retry asReactor()- Returns:
- new
Retryimplementation for Project Reactor retry handling
-
retry
- Throws:
RetryAttemptException
-
retry
- Throws:
RetryAttemptException
-
retry
- Throws:
RetryAttemptException
-