Package org.apache.camel.api.management
Interface NotificationSenderAware
-
public interface NotificationSenderAware
To be implemented by the user class to get aNotificationSenderinjected
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetNotificationSender(NotificationSender sender)NotificationSenderto use for sending notifications.
-
-
-
Method Detail
-
setNotificationSender
void setNotificationSender(NotificationSender sender)
NotificationSenderto use for sending notifications.- Parameters:
sender- sender to use for sending notifications
-
-