Package org.apache.camel.api.management
Interface NotificationSenderAware
-
public interface NotificationSenderAware
To be implemented by the user class to get aNotificationSender
injected
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-