Interface ScheduledItem
- All Known Implementing Classes:
StubScheduleToken
public interface ScheduledItem
Interface describing an event to be scheduled at a given date and time.
- Since:
- 1.1
- Author:
- Allard Buijze
-
Method Summary
Modifier and TypeMethodDescriptiongetEvent()The Event scheduled for publication.The time the event was scheduled for publication.
-
Method Details
-
getScheduleTime
Instant getScheduleTime()The time the event was scheduled for publication.- Returns:
- time the event was scheduled for publication
-
getEvent
EventMessage getEvent()The Event scheduled for publication.- Returns:
- the Event scheduled for publication
-