Class SendNotification

java.lang.Object
org.gcube.vremanagement.executor.plugin.PluginStateNotification
org.gcube.socialnetworking.socialdataindexer.utils.SendNotification

public class SendNotification extends org.gcube.vremanagement.executor.plugin.PluginStateNotification
Send a notification to the interested person.
Author:
Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
  • Constructor Details

    • SendNotification

      public SendNotification(Map<String,String> inputs)
      Build the notification handler.
      Parameters:
      inputs - the plugin inputs, including the notification recipient.
  • Method Details

    • pluginStateEvolution

      public void pluginStateEvolution(org.gcube.vremanagement.executor.plugin.PluginStateEvolution pluginStateEvolution, Exception exception) throws Exception
      Specified by:
      pluginStateEvolution in class org.gcube.vremanagement.executor.plugin.PluginStateNotification
      Throws:
      Exception