- All Implemented Interfaces:
- java.io.Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.streaming.api.functions.source.SourceFunction<org.apache.beam.sdk.util.WindowedValue<byte[]>>
public class ImpulseSourceFunction
extends java.lang.Object
implements org.apache.flink.streaming.api.functions.source.SourceFunction<org.apache.beam.sdk.util.WindowedValue<byte[]>>
Source function which sends a single global impulse to a downstream operator. It may keep the
source alive although its work is already done. It will only shutdown when the streaming job is
cancelled.
- See Also:
- Serialized Form