@Configuration @ConditionalOnClass(value=io.github.resilience4j.retry.Retry.class) @EnableConfigurationProperties(value=io.github.resilience4j.retry.autoconfigure.RetryProperties.class) @Import(value=RetryConfigurationOnMissingBean.class) public class RetryAutoConfiguration extends java.lang.Object
Auto-configuration for resilience4j-retry.| Constructor and Description |
|---|
RetryAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RetryEndpoint |
retryEndpoint(io.github.resilience4j.retry.RetryRegistry retryRegistry) |
RetryEventsEndpoint |
retryEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.retry.event.RetryEvent> eventConsumerRegistry) |
@Bean public RetryEndpoint retryEndpoint(io.github.resilience4j.retry.RetryRegistry retryRegistry)
@Bean public RetryEventsEndpoint retryEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.retry.event.RetryEvent> eventConsumerRegistry)