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 TypeMethodDescriptionvoidsendNotification(Notification notification) Send notification
-
Method Details
-
sendNotification
Send notification- Parameters:
notification- notification to send
-