Uses of Interface
com.espertech.esperio.csv.SendableEvent
Package
Description
CSV input adapter classes for reading comma-separated-value formatted data and for CSV-based simulatation of events
streams
-
Uses of SendableEvent in com.espertech.esperio.csv
Modifier and TypeClassDescriptionclass
Base class for sendable event, provides timestamp and schedule slot.class
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.Modifier and TypeFieldDescriptionprotected final SortedSet<SendableEvent>
AbstractCoordinatedAdapter.eventsToSend
Sorted events to be sent.Modifier and TypeMethodDescriptionAdapterCoordinatorImpl.read()
CoordinatedAdapter.read()
Get the next event in line to be sent into the runtime , or null if there is no available event.CSVInputAdapter.read()
Modifier and TypeMethodDescriptionint
SendableEventComparator.compare
(SendableEvent one, SendableEvent two)