java.lang.Object
org.apache.flink.streaming.examples.statemachine.event.Alert

public class Alert extends Object
Data type for alerts.
  • Constructor Details

    • Alert

      public Alert(int address, State state, EventType transition)
      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