public class SendableMapEvent extends AbstractSendableEvent
Constructor and Description |
---|
SendableMapEvent(java.util.Map<java.lang.String,java.lang.Object> mapToSend,
java.lang.String eventTypeName,
long timestamp,
long scheduleSlot)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
send(AbstractSender sender)
Send the event into the runtime.
|
java.lang.String |
toString() |
getScheduleSlot, getSendTime
public SendableMapEvent(java.util.Map<java.lang.String,java.lang.Object> mapToSend, java.lang.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 eventpublic java.lang.String toString()
toString
in class java.lang.Object