Uses of Class
org.apache.camel.support.EventNotifierSupport

Packages that use EventNotifierSupport
org.apache.camel.management Camel management 
 

Uses of EventNotifierSupport in org.apache.camel.management
 

Subclasses of EventNotifierSupport in org.apache.camel.management
 class EventNotifierSupport
          Deprecated. use org.apache.camel.support.EventNotifierSupport instead
 class JmxNotificationEventNotifier
          A JMX based EventNotifier which broadcasts JMX Notifications.
 class LoggingEventNotifier
          Logging event notifier that only notifies if INFO log level has been configured for its logger.
 class PublishEventNotifier
          A EventNotifier which publishes the EventObject to some Endpoint.
 



Apache Camel