net.esper.adapter
Interface AdapterCoordinator
- All Superinterfaces:
- InputAdapter
- All Known Implementing Classes:
- AdapterCoordinatorImpl
public interface AdapterCoordinator
- extends 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.
coordinate
void coordinate(InputAdapter adapter)
- Coordinate an InputAdapter.
- Parameters:
adapter
- - the InputAdapter to coordinate