Class Schedule
- java.lang.Object
-
- io.fluxcapacitor.javaclient.common.Message
-
- io.fluxcapacitor.javaclient.scheduling.Schedule
-
public class Schedule extends Message
-
-
Field Summary
-
Fields inherited from class io.fluxcapacitor.javaclient.common.Message
identityProvider
-
-
Constructor Summary
Constructors Constructor Description Schedule(Object payload, Metadata metadata, String scheduleId, Instant deadline)Schedule(Object payload, Metadata metadata, String messageId, Instant timestamp, String scheduleId, Instant deadline)Schedule(Object payload, String scheduleId, Instant deadline)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisExpired()booleanisExpired(Clock clock)-
Methods inherited from class io.fluxcapacitor.javaclient.common.Message
getClock, getPayload, useCustomClock, useDefaultClock
-
-
-
-
Method Detail
-
isExpired
public boolean isExpired()
-
isExpired
public boolean isExpired(Clock clock)
-
-