Uses of Interface
org.springframework.retry.RetryOperations
Package
Description
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry support concerns.
-
Uses of RetryOperations in org.springframework.retry.interceptor
Modifier and TypeFieldDescriptionprotected RetryOperations
RetryInterceptorBuilder.retryOperations
Modifier and TypeMethodDescriptionRetryInterceptorBuilder.CircuitBreakerInterceptorBuilder.retryOperations
(RetryOperations retryOperations) RetryInterceptorBuilder.retryOperations
(RetryOperations retryOperations) Apply the retry operations - once this is set, other properties can no longer be set; can't be set if other properties have been applied.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder.retryOperations
(RetryOperations retryOperations) void
RetryOperationsInterceptor.setRetryOperations
(RetryOperations retryTemplate) void
StatefulRetryOperationsInterceptor.setRetryOperations
(RetryOperations retryTemplate) -
Uses of RetryOperations in org.springframework.retry.support
Modifier and TypeClassDescriptionclass
Template class that simplifies the execution of operations with retry semantics.