Class RateLimitersHealthIndicator

  • All Implemented Interfaces:
    org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

    public class RateLimitersHealthIndicator
    extends java.lang.Object
    implements org.springframework.boot.actuate.health.HealthIndicator
    • Constructor Summary

      Constructors 
      Constructor Description
      RateLimitersHealthIndicator​(io.github.resilience4j.ratelimiter.RateLimiterRegistry rateLimiterRegistry, io.github.resilience4j.ratelimiter.configure.RateLimiterConfigurationProperties rateLimiterProperties, org.springframework.boot.actuate.health.StatusAggregator statusAggregator)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.actuate.health.Health health()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator

        getHealth
    • Constructor Detail

      • RateLimitersHealthIndicator

        public RateLimitersHealthIndicator​(io.github.resilience4j.ratelimiter.RateLimiterRegistry rateLimiterRegistry,
                                           io.github.resilience4j.ratelimiter.configure.RateLimiterConfigurationProperties rateLimiterProperties,
                                           org.springframework.boot.actuate.health.StatusAggregator statusAggregator)
    • Method Detail

      • health

        public org.springframework.boot.actuate.health.Health health()
        Specified by:
        health in interface org.springframework.boot.actuate.health.HealthIndicator