public interface ScheduledItem
| Modifier and Type | Method and Description |
|---|---|
org.axonframework.eventhandling.EventMessage |
getEvent()
The Event scheduled for publication.
|
java.time.ZonedDateTime |
getScheduleTime()
The time the event was scheduled for publication.
|
java.time.ZonedDateTime getScheduleTime()
org.axonframework.eventhandling.EventMessage getEvent()
Copyright © 2010-2016. All Rights Reserved.