Uses of Interface
io.aiven.commons.timing.AbortTrigger
Packages that use AbortTrigger
-
Uses of AbortTrigger in io.aiven.commons.timing
Fields in io.aiven.commons.timing declared as AbortTriggerModifier and TypeFieldDescriptionprotected final AbortTriggerBackoff.abortTriggerA function to call to abort the timer.Methods in io.aiven.commons.timing that return AbortTriggerModifier and TypeMethodDescriptionBackoffConfig.getAbortTrigger()The AbortTrigger that will abort the timer or otherwise signal that the backoff has reached the maximum delay and will no longer sleep.