Skip to content

Creating custom Event Processor

shmurthy62 edited this page Feb 12, 2015 · 7 revisions

Finally we will illustrate how to build a custom processor. An Event Processor implementation class must extend AbstractEventProcessor. In most cases, direct inheritence will be sufficient, but if a worker queue is required, you may extend AbstractQueuedEventProcessor to leverage some provided queuing features.

  1. AbstractEventProcessor
  2. AbstarctQueuedEventProcessor
Clone this wiki locally