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