Package org.apache.storm.starter.streams
Class BranchExample
- java.lang.Object
-
- org.apache.storm.starter.streams.BranchExample
-
public class BranchExample extends Object
An example that demonstrates the usage ofStream.branch(Predicate[])
to split a stream into multiple branches based on predicates.
-
-
Constructor Summary
Constructors Constructor Description BranchExample()
-