接口 ThreadPool

  • 所有超级接口:
    org.apache.dubbo.common.threadpool.ThreadPool

    @Deprecated
    public interface ThreadPool
    extends org.apache.dubbo.common.threadpool.ThreadPool
    已过时。
    • 方法详细资料

      • getExecutor

        Executor getExecutor​(URL url)
        已过时。
      • getExecutor

        default Executor getExecutor​(org.apache.dubbo.common.URL url)
        已过时。
        指定者:
        getExecutor 在接口中 org.apache.dubbo.common.threadpool.ThreadPool