Class RetryConfigurationOnMissingBean
- java.lang.Object
-
- io.github.resilience4j.retry.autoconfigure.AbstractRetryConfigurationOnMissingBean
-
- io.github.resilience4j.retry.autoconfigure.RetryConfigurationOnMissingBean
-
@Configuration public class RetryConfigurationOnMissingBean extends AbstractRetryConfigurationOnMissingBean
Configurationfor resilience4j-retry.
-
-
Field Summary
-
Fields inherited from class io.github.resilience4j.retry.autoconfigure.AbstractRetryConfigurationOnMissingBean
retryConfiguration
-
-
Constructor Summary
Constructors Constructor Description RetryConfigurationOnMissingBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.retry.event.RetryEvent>retryEventConsumerRegistry()The EventConsumerRegistry is used to manage EventConsumer instances.-
Methods inherited from class io.github.resilience4j.retry.autoconfigure.AbstractRetryConfigurationOnMissingBean
compositeRetryCustomizer, reactorRetryAspectExt, retryAspect, retryRegistry, retryRegistryEventConsumer, rxJava2RetryAspectExt
-
-
-
-
Method Detail
-
retryEventConsumerRegistry
@Bean @ConditionalOnMissingBean(value=io.github.resilience4j.retry.event.RetryEvent.class, parameterizedContainer=io.github.resilience4j.consumer.EventConsumerRegistry.class) public io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.retry.event.RetryEvent> retryEventConsumerRegistry()The EventConsumerRegistry is used to manage EventConsumer instances. The EventConsumerRegistry is used by the Retry events monitor to show the latest RetryEvent events for each Retry instance.- Returns:
- a default EventConsumerRegistry
DefaultEventConsumerRegistry
-
-