Uses of Class
com.espertech.esperio.csv.AbstractSendableEvent
Packages that use AbstractSendableEvent
Package
Description
CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events
streams
-
Uses of AbstractSendableEvent in com.espertech.esperio.csv
Subclasses of AbstractSendableEvent in com.espertech.esperio.csvModifier and TypeClassDescriptionclass
An implementation of SendableEvent that wraps a Map event for sending into the runtime.class
An implementation of SendableEvent that wraps a Map event for sending into the runtime.Methods in com.espertech.esperio.csv with parameters of type AbstractSendableEventModifier and TypeMethodDescriptionabstract void
AbstractSender.sendEvent
(AbstractSendableEvent theEvent, Object beanToSend, String eventTypeName) Send an eventabstract void
AbstractSender.sendEvent
(AbstractSendableEvent theEvent, Map mapToSend, String eventTypeName) Send an event.void
DirectSender.sendEvent
(AbstractSendableEvent theEvent, Object beanToSend, String eventTypeName) void
DirectSender.sendEvent
(AbstractSendableEvent theEvent, Map mapToSend, String eventTypeName)