Package com.espertech.esperio.csv
Interface AdapterCoordinator
- All Superinterfaces:
com.espertech.esper.runtime.client.util.Adapter
,com.espertech.esper.runtime.client.util.InputAdapter
- All Known Implementing Classes:
AdapterCoordinatorImpl
public interface AdapterCoordinator
extends com.espertech.esper.runtime.client.util.InputAdapter
A AdapterCoordinator coordinates several Adapters so that the events they
send into the runtime runtime 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.runtime.client.util.InputAdapter
ESPERIO_JSON_EVENT_TYPE, ESPERIO_MAP_EVENT_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
coordinate
(com.espertech.esper.runtime.client.util.InputAdapter adapter) Coordinate an InputAdapter.Methods inherited from interface com.espertech.esper.runtime.client.util.Adapter
destroy, getState, pause, resume, start, stop
-
Method Details
-
coordinate
void coordinate(com.espertech.esper.runtime.client.util.InputAdapter adapter) Coordinate an InputAdapter.- Parameters:
adapter
- - the InputAdapter to coordinate
-