Click or drag to resize

com.espertech.esperio Namespace

[Missing <summary> documentation for "N:com.espertech.esperio"]

Classes
  ClassDescription
Public classAbstractCoordinatedAdapter
A skeleton implementation for coordinated adapter reading, for adapters that can do timestamp-coordinated input.
Public classAbstractSendableEvent
Base class for sendable event, provides timestamp and schedule slot.
Public classAbstractSender
Sender that abstracts the send process in terms of threading or further pre-processing.
Public classAdapterCoordinatorImpl
An implementation of AdapterCoordinator.
Public classAdapterInputSource
An input source for adapters.
Public classAdapterState
The state of a Adapter.
Public classAdapterStateManager
A utility to manage the state transitions for an InputAdapter.
Public classDirectSender
Sender that sends without a threadpool.
Public classIllegalStateTransitionException
Thrown when an illegal Adapter state transition is attempted.
Public classInputAdapterFields
Public classSendableBeanEvent
An implementation of SendableEvent that wraps a Map event for sending into the runtime.
Public classSendableEventComparator
A comparator that orders SendableEvents first on sendTime, and then on schedule slot.
Public classSendableMapEvent
An implementation of SendableEvent that wraps a Map event for sending into the runtime.
Interfaces
  InterfaceDescription
Public interfaceAdapter
An Adapter takes some external data, converts it into events, and sends it into the runtime engine.
Public interfaceAdapterCoordinator
A AdapterCoordinator coordinates several Adapters so that the events they send into the runtime engine arrive in some well-defined order, in effect making the several Adapters into one large sending Adapter.
Public interfaceAdapterSPI
An Adapter takes some external data, converts it into events, and sends it into the runtime engine.
Public interfaceCoordinatedAdapter
An Adapter that can be coordinated by an AdapterCoordinator.
Public interfaceInputAdapter
An InputAdapter takes some external data, converts it into events, and sends it into the runtime engine.
Public interfaceOutputAdapter
An output adapter transforms engine events and
Public interfaceSendableEvent
A wrapper that packages an event up so that it can be sent into the caller-specified runtime. It also provides the scheduling information for this event (send time and schedule slot), so the user can send this event on schedule.