Class StateMachineExample
java.lang.Object
org.apache.flink.streaming.examples.statemachine.StateMachineExample
Main class of the state machine example. This class implements the streaming application that
receives the stream of events and evaluates a state machine (per originating address) to validate
that the events follow the state machine's rules.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StateMachineExample
public StateMachineExample()
-
-
Method Details
-
main
Main entry point for the program.- Parameters:
args- The command line arguments.- Throws:
Exception
-