com.espertech.esperio
Class SendableMapEvent
java.lang.Object
com.espertech.esperio.AbstractSendableEvent
com.espertech.esperio.SendableMapEvent
- All Implemented Interfaces:
- SendableEvent
public class SendableMapEvent
- extends AbstractSendableEvent
An implementation of SendableEvent that wraps a Map event for
sending into the runtime.
Method Summary |
void |
send(com.espertech.esper.client.EPRuntime runtime)
Send the event into the runtime. |
String |
toString()
|
SendableMapEvent
public SendableMapEvent(Map<String,Object> mapToSend,
String eventTypeAlias,
long timestamp,
com.espertech.esper.schedule.ScheduleSlot scheduleSlot)
- Ctor.
- Parameters:
mapToSend
- - the map to send into the runtimeeventTypeAlias
- - the event type alias for the map eventtimestamp
- - the timestamp for this eventscheduleSlot
- - the schedule slot for the entity that created this event
send
public void send(com.espertech.esper.client.EPRuntime runtime)
- Description copied from interface:
SendableEvent
- Send the event into the runtime.
- Specified by:
send
in interface SendableEvent
- Specified by:
send
in class AbstractSendableEvent
- Parameters:
runtime
- - the runtime to send the event into
toString
public String toString()
- Overrides:
toString
in class Object