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 |
AbstractSendableEvent
Base class for sendable event, provides timestamp and schedule slot.
|
class |
SendableBeanEvent
An implementation of SendableEvent that wraps a Map event for
sending into the runtime.
|
class |
SendableMapEvent
An implementation of SendableEvent that wraps a Map event for
sending into the runtime.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.SortedSet<SendableEvent> |
AbstractCoordinatedAdapter.eventsToSend
Sorted events to be sent.
|
Modifier and Type | Method and Description |
---|---|
SendableEvent |
CSVInputAdapter.read() |
SendableEvent |
CoordinatedAdapter.read()
Get the next event in line to be sent into the runtime , or null if there is no available event.
|
SendableEvent |
AdapterCoordinatorImpl.read() |
Modifier and Type | Method and Description |
---|---|
int |
SendableEventComparator.compare(SendableEvent one,
SendableEvent two) |