Uses of Interface
io.fluxzero.common.TaskScheduler
Packages that use TaskScheduler
-
Uses of TaskScheduler in io.fluxzero.common
Classes in io.fluxzero.common that implement TaskSchedulerModifier and TypeClassDescriptionclassAn in-memory implementation of theTaskSchedulerinterface, enabling scheduling and execution of tasks in a virtualized time environment. -
Uses of TaskScheduler in io.fluxzero.common.tracking
Constructors in io.fluxzero.common.tracking with parameters of type TaskSchedulerModifierConstructorDescriptionDefaultTrackingStrategy(MessageStore source, PositionStore positionStore, TaskScheduler scheduler) protectedDefaultTrackingStrategy(MessageStore source, PositionStore positionStore, TaskScheduler scheduler, int segments) protectedDefaultTrackingStrategy(MessageStore source, PositionStore positionStore, TaskScheduler scheduler, int segments, Duration initialPositionLag) protectedDefaultTrackingStrategy(MessageStore source, PositionStore positionStore, TaskScheduler scheduler, Duration initialPositionLag)