Package net.esper.adapter

This package contains adapter framework classes applicable to multiple adapter implementations.

See:
          Description

Interface Summary
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.
 

Class Summary
AbstractCoordinatedAdapter A skeleton implementation for coordinated adapter reading, for adapters that can do timestamp-coordinated input.
AdapterCoordinatorImpl An implementation of AdapterCoordinator.
AdapterInputSource An input source for adapters.
AdapterStateManager A utility to manage the state transitions for an InputAdapter.
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.
SpringContext Supplies properties for use in configuration files to configure Spring application context.
SpringContextLoader Loader for Spring-configured input and output adapters.
 

Enum Summary
AdapterState The state of a Adapter.
 

Exception Summary
IllegalStateTransitionException Thrown when an illegal Adapter state transition is attempted.
 

Package net.esper.adapter Description

This package contains adapter framework classes applicable to multiple adapter implementations.