Class EventHandlingProcessor

java.lang.Object
com.opencqrs.framework.eventhandler.EventHandlingProcessor
All Implemented Interfaces:
Runnable

public class EventHandlingProcessor extends Object implements Runnable
Asynchronous event processor observing an event stream to be handled by matching EventHandlerDefinitions all belonging to the same processing group and partition with configurable progress tracking and retry in case of errors.
See Also: