Class EventNotifierSupport

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.SimpleEventNotifierSupport
org.apache.camel.support.EventNotifierSupport
All Implemented Interfaces:
AutoCloseable, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.EventNotifier, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

public abstract class EventNotifierSupport extends SimpleEventNotifierSupport
Base class to extend for custom EventNotifier implementations. This event notifier will also receive notifications about Exchange events. If there is no need to receive such events then extend SimpleEventNotifierSupport instead.
See Also: