org.apache.camel.api.management
Interface NotificationSenderAware

All Known Implementing Classes:
JMXNotificationTraceEventHandler, ManagedTracer

public interface NotificationSenderAware

To be implemented by the user class to get a NotificationSender injected


Method Summary
 void setNotificationSender(NotificationSender sender)
          NotificationSender to use for sending notifications.
 

Method Detail

setNotificationSender

void setNotificationSender(NotificationSender sender)
NotificationSender to use for sending notifications.

Parameters:
sender - sender to use for sending notifications


Apache CAMEL