org.apache.camel.api.management
Interface NotificationSender


public interface NotificationSender

To be implemented by classes that can send out notifications


Method Summary
 void sendNotification(Notification notification)
          Send notification
 

Method Detail

sendNotification

void sendNotification(Notification notification)
Send notification

Parameters:
notification - notification to send


Apache CAMEL