Interface NotificationPlugin
-
public interface NotificationPluginNotificationPlugin interface for a Notification plugin Created by greg Date: 3/11/13 Time: 2:20 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanpostNotification(java.lang.String trigger, java.util.Map executionData, java.util.Map config)Post a notification for the given trigger, dataset, and configuration
-
-
-
Method Detail
-
postNotification
boolean postNotification(java.lang.String trigger, java.util.Map executionData, java.util.Map config)Post a notification for the given trigger, dataset, and configuration- Parameters:
trigger- event type causing notificationexecutionData- execution dataconfig- notification configuration- Returns:
- true if successful
-
-