- Type Parameters:
OUT
- Type of the produced elements
SRC
- Stoppable source function
- All Implemented Interfaces:
- org.apache.flink.runtime.jobgraph.tasks.StatefulTask<StreamTaskStateList>, org.apache.flink.runtime.jobgraph.tasks.StoppableTask
public class StoppableSourceStreamTask<OUT,SRC extends SourceFunction<OUT> & org.apache.flink.api.common.functions.StoppableFunction>
extends SourceStreamTask<OUT,SRC,StoppableStreamSource<OUT,SRC>>
implements org.apache.flink.runtime.jobgraph.tasks.StoppableTask
Stoppable task for executing stoppable streaming sources.