@Configuration
@ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.Endpoint.class)
public static class RetryAutoConfiguration.BulkheadEndpointConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
BulkheadEndpointConfiguration() |
| 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)