Uses of Annotation Interface
io.fluxcapacitor.javaclient.scheduling.Periodic
Packages that use Periodic
-
Uses of Periodic in io.fluxcapacitor.javaclient.scheduling
Methods in io.fluxcapacitor.javaclient.scheduling with parameters of type PeriodicModifier and TypeMethodDescriptionprotected Instant
SchedulingInterceptor.firstDeadline
(Periodic periodic, Instant now) protected Object
SchedulingInterceptor.handleExceptionalResult
(Throwable result, DeserializingMessage schedule, Instant now, Periodic periodic) protected Object
SchedulingInterceptor.handleResult
(Object result, DeserializingMessage schedule, Instant now, Periodic periodic) protected void
SchedulingInterceptor.initializePeriodicSchedule
(Class<?> payloadType, Periodic periodic) protected Instant
SchedulingInterceptor.nextDeadline
(Periodic periodic, Instant now)