public interface ProcessingEventProcessor
abstract Unit
process(ProcessingEvent processingEvent)
start()
stop()
abstract String
getName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit process(ProcessingEvent processingEvent)
Process the given processingEvent.
abstract Unit start()
Start the processor.
abstract Unit stop()
Stop the processor.
abstract String getName()
The name of the processor