Class Alert
- java.lang.Object
-
- org.apache.flink.streaming.examples.statemachine.event.Alert
-
public class Alert extends Object
Data type for alerts.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
address()
boolean
equals(Object obj)
int
hashCode()
State
state()
String
toString()
EventType
transition()
-