接口 OneOutputFlowLifeCycle<T>
-
- 所有超级接口:
FlowLifeCycle
public interface OneOutputFlowLifeCycle<T> extends FlowLifeCycle
A processing component that sends a piece of data from within the engine to other components at a time
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidcollect(org.apache.seatunnel.api.transform.Collector<T> collector)-
从接口继承的方法 org.apache.seatunnel.engine.server.task.flow.FlowLifeCycle
close, init, open, prepareClose
-
-