Package org.apache.camel.api.management
Interface NotificationSenderAware
public interface NotificationSenderAware
To be implemented by the user class to get a
NotificationSender
injected-
Method Summary
-
Method Details
-
setNotificationSender
NotificationSender
to use for sending notifications.- Parameters:
sender
- sender to use for sending notifications
-