Class SerializedSchedule
java.lang.Object
io.fluxcapacitor.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
ifAbsent
isfalse
(default behavior). - It will be preserved (this one ignored) if
ifAbsent
istrue
.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Metric representation of theSerializedSchedule
for 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.
-