Interface NotificationPlugin


  • public interface NotificationPlugin
    NotificationPlugin 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
      boolean postNotification​(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 notification
        executionData - execution data
        config - notification configuration
        Returns:
        true if successful