Uses of Class
com.tccc.kos.commons.util.concurrent.BaseCallback
Packages that use BaseCallback
Package
Description
Contains utility classes and interfaces related to timers,
callbacks, and futures.
-
Uses of BaseCallback in com.tccc.kos.commons.util.concurrent
Subclasses of BaseCallback in com.tccc.kos.commons.util.concurrentModifier and TypeClassDescriptionclass
Class that supports single (one-shot) or recurring callbacks, allows the delay to be adjusted while the timer is running, and has variance support to add a degree of randomness to the timer.class
Class used to schedule callbacks based on a backoff algorithm.class
Class used to schedule a callback after a specified delay, but can be used in three different ways: Usingstart()
, the timer acts like a typical timer that runs for the specified delay.class
Class that triggers a callback after the configured delay.