Class StateMachineExample
- java.lang.Object
-
- org.apache.flink.streaming.examples.statemachine.StateMachineExample
-
public class StateMachineExample extends Object
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 Constructor Description StateMachineExample()
-