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.RetryEndpointResponse getAllRetries()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()