Class AlertSink
- java.lang.Object
-
- org.apache.flink.walkthrough.common.sink.AlertSink
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.streaming.api.functions.sink.SinkFunction<Alert>
@PublicEvolving public class AlertSink extends Object implements org.apache.flink.streaming.api.functions.sink.SinkFunction<Alert>
A sink for outputting alerts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertSink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvoke(Alert value, org.apache.flink.streaming.api.functions.sink.SinkFunction.Context context)
-