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