Class SendableMapEvent

java.lang.Object
com.espertech.esperio.csv.AbstractSendableEvent
com.espertech.esperio.csv.SendableMapEvent
All Implemented Interfaces:
SendableEvent

public class SendableMapEvent extends AbstractSendableEvent
An implementation of SendableEvent that wraps a Map event for sending into the runtime.
  • Constructor Details

    • SendableMapEvent

      public SendableMapEvent(Map<String,Object> mapToSend, String eventTypeName, long timestamp, long scheduleSlot)
      Ctor.
      Parameters:
      mapToSend - - the map to send into the runtime
      eventTypeName - - the event type name for the map event
      timestamp - - the timestamp for this event
      scheduleSlot - - the schedule slot for the entity that created this event
  • Method Details