![]() | com.espertech.esperio Namespace |
[Missing <summary> documentation for "N:com.espertech.esperio"]
Class | Description | |
---|---|---|
![]() | AbstractCoordinatedAdapter |
A skeleton implementation for coordinated adapter reading, for adapters that
can do timestamp-coordinated input.
|
![]() | AbstractSendableEvent |
Base class for sendable event, provides timestamp and schedule slot.
|
![]() | AbstractSender |
Sender that abstracts the send process in terms of threading or further pre-processing.
|
![]() | AdapterCoordinatorImpl |
An implementation of AdapterCoordinator.
|
![]() | AdapterInputSource |
An input source for adapters.
|
![]() | AdapterState |
The state of a Adapter.
|
![]() | AdapterStateManager |
A utility to manage the state transitions for an InputAdapter.
|
![]() | DirectSender | Sender that sends without a threadpool. |
![]() | IllegalStateTransitionException |
Thrown when an illegal Adapter state transition is attempted.
|
![]() | InputAdapterFields | |
![]() | SendableBeanEvent |
An implementation of SendableEvent that wraps a Map event for sending into the runtime.
|
![]() | SendableEventComparator |
A comparator that orders SendableEvents first on sendTime, and
then on schedule slot.
|
![]() | SendableMapEvent |
An implementation of SendableEvent that wraps a Map event for
sending into the runtime.
|
Interface | Description | |
---|---|---|
![]() | Adapter |
An Adapter takes some external data, converts it into events, and sends it
into the runtime engine.
|
![]() | AdapterCoordinator |
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.
|
![]() | AdapterSPI |
An Adapter takes some external data, converts it into events, and sends it
into the runtime engine.
|
![]() | CoordinatedAdapter |
An Adapter that can be coordinated by an AdapterCoordinator.
|
![]() | InputAdapter |
An InputAdapter takes some external data, converts it into events, and sends
it into the runtime engine.
|
![]() | OutputAdapter |
An output adapter transforms engine events and
|
![]() | SendableEvent |
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.
|