Uses of Interface
io.smallrye.faulttolerance.core.rate.limit.TimeWindow
-
Packages that use TimeWindow Package Description io.smallrye.faulttolerance.core.rate.limit -
-
Uses of TimeWindow in io.smallrye.faulttolerance.core.rate.limit
Methods in io.smallrye.faulttolerance.core.rate.limit that return TimeWindow Modifier and Type Method Description static TimeWindowTimeWindow. createFixed(Stopwatch stopwatch, int maxInvocations, long timeWindowInMillis, long minSpacingInMillis)static TimeWindowTimeWindow. createRolling(Stopwatch stopwatch, int maxInvocations, long timeWindowInMillis, long minSpacingInMillis)static TimeWindowTimeWindow. createSmooth(Stopwatch stopwatch, int maxInvocations, long timeWindowInMillis, long minSpacingInMillis)
-