public class SendableMapEvent extends AbstractSendableEvent
Constructor and Description |
---|
SendableMapEvent(Map<String,Object> mapToSend,
String eventTypeName,
long timestamp,
long scheduleSlot)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
send(AbstractSender sender)
Send the event into the runtime.
|
String |
toString() |
getScheduleSlot, getSendTime
public SendableMapEvent(Map<String,Object> mapToSend, String eventTypeName, long timestamp, long scheduleSlot)
mapToSend
- - the map to send into the runtimeeventTypeName
- - the event type name for the map eventtimestamp
- - the timestamp for this eventscheduleSlot
- - the schedule slot for the entity that created this eventpublic void send(AbstractSender sender)
SendableEvent
send
in interface SendableEvent
send
in class AbstractSendableEvent
sender
- - the sender to send an event