Class 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:
    SimpleEventNotifierSupport