SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker
Interface Router

All Superinterfaces:
QueueWorker
All Known Implementing Classes:
RouterImpl

public interface Router
extends QueueWorker

The Interface Router.


Method Summary
 void route(Record record, Operation operation)
          Route record.
 
Methods inherited from interface org.eclipse.smila.connectivity.queue.worker.QueueWorker
start, stop
 

Method Detail

route

void route(Record record,
           Operation operation)
           throws RouterException
Route record.

Parameters:
record - the record
operation - the operation
Throws:
RouterException - the router exception

SMILA (incubation) API documentation