Class TimeLimiterEndpoint

java.lang.Object
io.github.resilience4j.timelimiter.monitoring.endpoint.TimeLimiterEndpoint

@Endpoint(id="timelimiters")
public class TimeLimiterEndpoint
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    TimeLimiterEndpoint​(io.github.resilience4j.timelimiter.TimeLimiterRegistry timeLimiterRegistry)  
  • Method Summary

    Modifier and Type Method Description
    io.github.resilience4j.common.timelimiter.monitoring.endpoint.TimeLimiterEndpointResponse getAllTimeLimiters()  

    Methods inherited from class java.lang.Object

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

    • TimeLimiterEndpoint

      public TimeLimiterEndpoint​(io.github.resilience4j.timelimiter.TimeLimiterRegistry timeLimiterRegistry)
  • Method Details

    • getAllTimeLimiters

      @ReadOperation public io.github.resilience4j.common.timelimiter.monitoring.endpoint.TimeLimiterEndpointResponse getAllTimeLimiters()