接口 OneInputFlowLifeCycle<T>
-
- 所有超级接口:
FlowLifeCycle
- 所有已知实现类:
IntermediateQueueFlowLifeCycle,ShuffleSinkFlowLifeCycle,SinkFlowLifeCycle,TransformFlowLifeCycle
public interface OneInputFlowLifeCycle<T> extends FlowLifeCycle
A processing component that gets one piece of data at one time from other components inside the engine
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidreceived(T record)-
从接口继承的方法 org.apache.seatunnel.engine.server.task.flow.FlowLifeCycle
close, init, open, prepareClose
-
-
-
-
方法详细资料
-
received
void received(T record) throws IOException
- 抛出:
IOException
-
-