Class SendableBeanEvent

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

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

    • SendableBeanEvent

      public SendableBeanEvent(Map<String,Object> mapToSend, Class beanClass, String eventTypeName, long timestamp, long scheduleSlot)
      Converts mapToSend to an instance of beanClass
      Parameters:
      mapToSend - - the map containing data to send into the runtime
      beanClass - - type of the bean to create from mapToSend
      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