Uses of Interface
io.smallrye.faulttolerance.core.circuit.breaker.RollingWindow
-
Packages that use RollingWindow Package Description io.smallrye.faulttolerance.core.circuit.breaker -
-
Uses of RollingWindow in io.smallrye.faulttolerance.core.circuit.breaker
Methods in io.smallrye.faulttolerance.core.circuit.breaker that return RollingWindow Modifier and Type Method Description static RollingWindowRollingWindow. create(int size, int failureThreshold)
-