Class RetryEndpoint
java.lang.Object
io.github.resilience4j.retry.monitoring.endpoint.RetryEndpoint
@Endpoint(id="retries")
public class RetryEndpoint
extends java.lang.Object
REST API endpoint to retrieve all configured retries
-
Constructor Summary
Constructors Constructor Description RetryEndpoint(io.github.resilience4j.retry.RetryRegistry retryRegistry) -
Method Summary
Modifier and Type Method Description io.github.resilience4j.common.retry.monitoring.endpoint.RetryEndpointResponsegetAllRetries()
-
Constructor Details
-
RetryEndpoint
public RetryEndpoint(io.github.resilience4j.retry.RetryRegistry retryRegistry)
-
-
Method Details
-
getAllRetries
@ReadOperation public io.github.resilience4j.common.retry.monitoring.endpoint.RetryEndpointResponse getAllRetries()
-