Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.github.resilience4j.common.retry.monitoring.endpoint.RetryEndpointResponse getAllRetries()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RetryEndpoint

        public RetryEndpoint​(io.github.resilience4j.retry.RetryRegistry retryRegistry)
    • Method Detail

      • getAllRetries

        @ReadOperation
        public io.github.resilience4j.common.retry.monitoring.endpoint.RetryEndpointResponse getAllRetries()