public class RateLimitersHealthIndicator
extends java.lang.Object
implements org.springframework.boot.actuate.health.HealthIndicator
| Constructor and Description |
|---|
RateLimitersHealthIndicator(io.github.resilience4j.ratelimiter.RateLimiterRegistry rateLimiterRegistry,
io.github.resilience4j.ratelimiter.configure.RateLimiterConfigurationProperties rateLimiterProperties,
org.springframework.boot.actuate.health.HealthAggregator healthAggregator) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.Health |
health() |
public RateLimitersHealthIndicator(io.github.resilience4j.ratelimiter.RateLimiterRegistry rateLimiterRegistry,
io.github.resilience4j.ratelimiter.configure.RateLimiterConfigurationProperties rateLimiterProperties,
org.springframework.boot.actuate.health.HealthAggregator healthAggregator)