Uses of Enum Class
io.github.resilience4j.circuitbreaker.CircuitBreakerConfig.SlidingWindowType
Packages that use CircuitBreakerConfig.SlidingWindowType
Package
Description
-
Uses of CircuitBreakerConfig.SlidingWindowType in io.github.resilience4j.circuitbreaker
Subclasses with type arguments of type CircuitBreakerConfig.SlidingWindowType in io.github.resilience4j.circuitbreakerFields in io.github.resilience4j.circuitbreaker declared as CircuitBreakerConfig.SlidingWindowTypeModifier and TypeFieldDescriptionstatic final CircuitBreakerConfig.SlidingWindowTypeCircuitBreakerConfig.DEFAULT_SLIDING_WINDOW_TYPECircuitBreakerConfig.Builder.slidingWindowTypeCircuitBreakerConfig.slidingWindowTypeMethods in io.github.resilience4j.circuitbreaker that return CircuitBreakerConfig.SlidingWindowTypeModifier and TypeMethodDescriptionCircuitBreakerConfig.getSlidingWindowType()Returns the enum constant of this class with the specified name.CircuitBreakerConfig.SlidingWindowType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.resilience4j.circuitbreaker with parameters of type CircuitBreakerConfig.SlidingWindowTypeModifier and TypeMethodDescriptionCircuitBreakerConfig.Builder.slidingWindow(int slidingWindowSize, int minimumNumberOfCalls, CircuitBreakerConfig.SlidingWindowType slidingWindowType) Configures the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.CircuitBreakerConfig.Builder.slidingWindowType(CircuitBreakerConfig.SlidingWindowType slidingWindowType) Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed. -
Uses of CircuitBreakerConfig.SlidingWindowType in io.github.resilience4j.circuitbreaker.internal
Constructors in io.github.resilience4j.circuitbreaker.internal with parameters of type CircuitBreakerConfig.SlidingWindowTypeModifierConstructorDescriptionprivateCircuitBreakerMetrics(int slidingWindowSize, CircuitBreakerConfig.SlidingWindowType slidingWindowType, CircuitBreakerConfig circuitBreakerConfig, Clock clock)