@Endpoint(id="retryevents")
public class RetryEventsEndpoint
extends java.lang.Object
| Constructor and Description |
|---|
RetryEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.retry.event.RetryEvent> eventConsumerRegistry) |
| Modifier and Type | Method and Description |
|---|---|
io.github.resilience4j.common.retry.monitoring.endpoint.RetryEventsEndpointResponse |
getAllRetryEvents() |
io.github.resilience4j.common.retry.monitoring.endpoint.RetryEventsEndpointResponse |
getEventsFilteredByRetryName(java.lang.String name) |
io.github.resilience4j.common.retry.monitoring.endpoint.RetryEventsEndpointResponse |
getEventsFilteredByRetryNameAndEventType(java.lang.String name,
java.lang.String eventType) |
public RetryEventsEndpoint(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.retry.event.RetryEvent> eventConsumerRegistry)
@ReadOperation public io.github.resilience4j.common.retry.monitoring.endpoint.RetryEventsEndpointResponse getAllRetryEvents()
@ReadOperation
public io.github.resilience4j.common.retry.monitoring.endpoint.RetryEventsEndpointResponse getEventsFilteredByRetryName(@Selector
java.lang.String name)
name - backend name@ReadOperation
public io.github.resilience4j.common.retry.monitoring.endpoint.RetryEventsEndpointResponse getEventsFilteredByRetryNameAndEventType(@Selector
java.lang.String name,
@Selector
java.lang.String eventType)
name - backend nameeventType - retry event type