类 InChannelExecutor

  • 所有已实现的接口:
    Closed, Executor

    public class InChannelExecutor
    extends Object
    implements Executor
    输入执行器链接inputStream 进行数据的读取
    作者:
    lb
    Date:
    2023年12月8日
    • 方法详细资料

      • run

        public void run​(Object data)
        从接口复制的说明: Executor
        执行任务
        指定者:
        run 在接口中 Executor
        参数:
        data - 任务
      • close

        public void close()
                   throws Exception
        从接口复制的说明: Closed
        关闭 通常代表着上游处理任务结束
        指定者:
        close 在接口中 Closed
        抛出:
        Exception