Uses of Class
org.springframework.retry.support.RetryTemplate
Packages that use RetryTemplate
Package
Description
Infrastructure implementations of retry aop concerns.
Infrastructure implementations of retry support concerns.
-
Uses of RetryTemplate in org.springframework.retry.interceptor
Fields in org.springframework.retry.interceptor declared as RetryTemplateModifier and TypeFieldDescriptionprotected final RetryTemplate
RetryInterceptorBuilder.retryTemplate
-
Uses of RetryTemplate in org.springframework.retry.support
Methods in org.springframework.retry.support that return RetryTemplateModifier and TypeMethodDescriptionRetryTemplateBuilder.build()
Build a newRetryTemplate
.static RetryTemplate
RetryTemplate.defaultInstance()
Creates a new default instance.