接口 OneOutputFlowLifeCycle<T>

所有超级接口:
FlowLifeCycle
所有已知实现类:
IntermediateQueueFlowLifeCycle, ShuffleSourceFlowLifeCycle

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
另请参阅:
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    collect(org.apache.seatunnel.api.transform.Collector<T> collector)
     

    从接口继承的方法 org.apache.seatunnel.engine.server.task.flow.FlowLifeCycle

    close, init, open, prepareClose
  • 方法详细资料

    • collect

      void collect(org.apache.seatunnel.api.transform.Collector<T> collector) throws Exception
      抛出:
      Exception