Uses of Interface
io.helidon.scheduling.Invocation
-
Packages that use Invocation Package Description io.helidon.scheduling Scheduling for Helidon SE reactive implementation. -
-
Uses of Invocation in io.helidon.scheduling
Classes in io.helidon.scheduling with type parameters of type Invocation Modifier and Type Interface Description interface
ScheduledConsumer<I extends Invocation>
Consumer invoked byscheduler
in defined interval.Subinterfaces of Invocation in io.helidon.scheduling Modifier and Type Interface Description interface
CronInvocation
Specific method invocation metadata for scheduled task.interface
FixedRateInvocation
Specific method invocation metadata for scheduled task.
-