Package org.apache.camel.api.management
Interface NotificationSender
-
public interface NotificationSender
To be implemented by classes that can send out notifications
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendNotification(Notification notification)
Send notification
-
-
-
Method Detail
-
sendNotification
void sendNotification(Notification notification)
Send notification- Parameters:
notification
- notification to send
-
-