Uses of Interface
com.espertech.esperio.csv.SendableEvent
Packages that use 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
Classes in com.espertech.esperio.csv that implement SendableEventModifier 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.Fields in com.espertech.esperio.csv with type parameters of type SendableEventModifier and TypeFieldDescriptionprotected final SortedSet<SendableEvent>
AbstractCoordinatedAdapter.eventsToSend
Sorted events to be sent.Methods in com.espertech.esperio.csv that return SendableEventModifier 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()
Methods in com.espertech.esperio.csv with parameters of type SendableEventModifier and TypeMethodDescriptionint
SendableEventComparator.compare
(SendableEvent one, SendableEvent two)