|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SendableEvent
A wrapper that packages an event up so that it can be sent into the caller-specified runtime. It also provides the scheduling information for this event (send time and schedule slot), so the user can send this event on schedule.
| Method Summary | |
|---|---|
net.esper.schedule.ScheduleSlot |
getScheduleSlot()
Get the schedule slot for the entity that created this event |
long |
getSendTime()
Get the send time of this event, relative to all the other events sent or read by the same entity |
void |
send(net.esper.client.EPRuntime runtime)
Send the event into the runtime. |
| Method Detail |
|---|
void send(net.esper.client.EPRuntime runtime)
runtime - - the runtime to send the event intolong getSendTime()
net.esper.schedule.ScheduleSlot getScheduleSlot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||