Class ScheduledCommand
java.lang.Object
io.fluxzero.sdk.scheduling.ScheduledCommand
Wrapper for a serialized command message scheduled for deferred execution.
This class is used by the ScheduledCommandHandler to encapsulate a
SerializedMessage representing a command that should be dispatched at a future point in time.
Instances of this class are typically created by the
MessageScheduler via helper methods like Fluxzero.scheduleCommand(Object, Instant).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScheduledCommand
public ScheduledCommand()
-