net.esper.adapter
Interface InputAdapter

All Superinterfaces:
Adapter
All Known Subinterfaces:
AdapterCoordinator, CoordinatedAdapter
All Known Implementing Classes:
AbstractCoordinatedAdapter, AdapterCoordinatorImpl, CSVInputAdapter, JMSInputAdapter, SpringJMSTemplateInputAdapter

public interface InputAdapter
extends Adapter

An InputAdapter takes some external data, converts it into events, and sends it into the runtime engine.


Field Summary
static String ESPERIO_MAP_EVENT_TYPE
          Use for MapMessage events to indicate the event type alias.
 
Method Summary
 
Methods inherited from interface net.esper.adapter.Adapter
destroy, getState, pause, resume, start, stop
 

Field Detail

ESPERIO_MAP_EVENT_TYPE

static final String ESPERIO_MAP_EVENT_TYPE
Use for MapMessage events to indicate the event type alias.