Class SerializedSchedule
java.lang.Object
io.fluxzero.common.api.scheduling.SerializedSchedule
Represents a scheduled message to be delivered at a specific
timestamp.
If a schedule with the same scheduleId already exists:
- It will be replaced by this schedule if
ifAbsentisfalse(default behavior). - It will be preserved (this one ignored) if
ifAbsentistrue.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMetric representation of theSerializedSchedulefor tracking/monitoring. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoMetric()Returns a lightweight metric representation of this schedule for monitoring purposes.
-
Constructor Details
-
SerializedSchedule
public SerializedSchedule()
-
-
Method Details
-
toMetric
Returns a lightweight metric representation of this schedule for monitoring purposes.
-