Package io.fluxzero.sdk.scheduling
package io.fluxzero.sdk.scheduling
-
ClassDescriptionException used to cancel a periodic schedule from a schedule handler.This provides cron support for java8 using java-time.Default implementation of the
MessageSchedulerinterface.Interface for scheduling deferred or periodic execution of messages in the Fluxzero Runtime.Declares a message (typically aSchedule) or its handler method as part of a periodic schedule.Represents a scheduled message to be delivered at a specific future time.Wrapper for a serialized command message scheduled for deferred execution.Internal handler responsible for executing scheduled commands when they are due.Represents a unique identifier for a schedule, consisting of a type and an id.Exception thrown by aMessageSchedulerwhen scheduling a message fails.Intercepts scheduled messages to handle periodic scheduling logic.