Package org.apache.camel.api.management
Interface NotificationSender
public interface NotificationSender
To be implemented by classes that can send out notifications
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendNotification
(Notification notification) Send notification
-
Method Details
-
sendNotification
Send notification- Parameters:
notification
- notification to send
-