Package io.fluxcapacitor.common.api.scheduling
package io.fluxcapacitor.common.api.scheduling
-
ClassesClassDescriptionCommand to cancel a previously scheduled message using its
CancelSchedule.scheduleId
.Request to retrieve a scheduled message by itsGetSchedule.scheduleId
.Response to aGetSchedule
request, containing the matchingSerializedSchedule
, if found.Metric payload used for internal monitoring and logging.Command to schedule a batch of messages for future delivery.Lightweight metric representation of thisSchedule
command, used for monitoring purposes.Represents a scheduled message to be delivered at a specificSerializedSchedule.timestamp
.Metric representation of theSerializedSchedule
for tracking/monitoring.