Class Rule

java.lang.Object
org.deltafi.common.types.Rule

public class Rule extends Object
  • Constructor Details

    • Rule

      public Rule(Set<String> topics, String condition)
      A rule consists of condition that will be evaluated against a DeltaFile and a topic to use if the condition evaluates to true
      Parameters:
      topics - to uses if the condition matches
      condition - condition that must be true to use the topic