Class BranchExample

java.lang.Object
org.apache.storm.starter.streams.BranchExample

public class BranchExample extends Object
An example that demonstrates the usage of Stream.branch(Predicate[]) to split a stream into multiple branches based on predicates.
  • Constructor Details

    • BranchExample

      public BranchExample()
  • Method Details