Class 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • TimeLimiterEndpoint

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

      • getAllTimeLimiters

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