Uses of Class
com.espertech.esperio.csv.AbstractSender
Package
Description
CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events
streams
-
Uses of AbstractSender in com.espertech.esperio.csv
Modifier and TypeClassDescriptionclass
Sender that sends without a threadpool.class
Implementation of Sender to send to esper runtime using a thread poolModifier and TypeMethodDescriptionabstract void
AbstractSendableEvent.send
(AbstractSender sender) void
SendableBeanEvent.send
(AbstractSender sender) void
SendableEvent.send
(AbstractSender sender) Send the event into the runtime.void
SendableMapEvent.send
(AbstractSender sender) void
AbstractCoordinatedAdapter.setSender
(AbstractSender sender) Sets a new sender to use.