Class InChannelExecutor

  • All Implemented Interfaces:
    Closed, Executor

    public class InChannelExecutor
    extends Object
    implements Executor
    输入执行器链接inputStream 进行数据的读取
    Author:
    lb
    Date:
    2023年12月8日
    • Method Detail

      • run

        public void run​(Object data)
        Description copied from interface: Executor
        执行任务
        Specified by:
        run in interface Executor
        Parameters:
        data - 任务
      • close

        public void close()
                   throws Exception
        Description copied from interface: Closed
        关闭 通常代表着上游处理任务结束
        Specified by:
        close in interface Closed
        Throws:
        Exception