com.espertech.esperio
Interface AdapterCoordinator

All Superinterfaces:
com.espertech.esper.adapter.Adapter, com.espertech.esper.adapter.InputAdapter
All Known Implementing Classes:
AdapterCoordinatorImpl

public interface AdapterCoordinator
extends com.espertech.esper.adapter.InputAdapter

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.


Field Summary
 
Fields inherited from interface com.espertech.esper.adapter.InputAdapter
ESPERIO_MAP_EVENT_TYPE
 
Method Summary
 void coordinate(com.espertech.esper.adapter.InputAdapter adapter)
          Coordinate an InputAdapter.
 
Methods inherited from interface com.espertech.esper.adapter.Adapter
destroy, getState, pause, resume, start, stop
 

Method Detail

coordinate

void coordinate(com.espertech.esper.adapter.InputAdapter adapter)
Coordinate an InputAdapter.

Parameters:
adapter - - the InputAdapter to coordinate

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com