Interface SendTupleAction

All Superinterfaces:
AlertRuleAction

public interface SendTupleAction extends AlertRuleAction
An action which will send a Tuple to a named InputStream
Since:
2.0
  • Method Details

    • getFieldSubstitutions

      Map<String,String> getFieldSubstitutions()
      Gets the map of fieldSubstitutions. Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.
      Returns:
      possible object is Map
    • getSbUri

      String getSbUri()
      Gets the value of the sbUri property.
      Returns:
      possible object is String
    • setSbUri

      void setSbUri(String value)
      Sets the value of the sbUri property.
      Parameters:
      value - allowed object is String
    • getInputStream

      String getInputStream()
      Gets the value of the inputStream property.
      Returns:
      possible object is String
    • setInputStream

      void setInputStream(String value)
      Sets the value of the inputStream property.
      Parameters:
      value - allowed object is String