Class Alert
java.lang.Object
org.apache.flink.streaming.examples.statemachine.event.Alert
Data type for alerts.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Alert
Creates a new alert.- Parameters:
address- The originating address (think 32 bit IPv4 address).state- The state that the event state machine found.transition- The transition that was considered invalid.
-
-
Method Details