Uses of Interface
io.smallrye.faulttolerance.core.rate.limit.TimeWindow
Packages that use TimeWindow
-
Uses of TimeWindow in io.smallrye.faulttolerance.core.rate.limit
Methods in io.smallrye.faulttolerance.core.rate.limit that return TimeWindowModifier and TypeMethodDescriptionstatic 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)