com.alibaba.dubbo.common.threadpool
Interface ThreadPool

All Known Implementing Classes:
CachedThreadPool, FixedThreadPool, LimitedThreadPool

@SPI(value="fixed")
public interface ThreadPool

ThreadPool

Author:
william.liangf

Method Summary
 Executor getExecutor(URL url)
          线程池
 

Method Detail

getExecutor

@Adaptive(value="threadpool")
Executor getExecutor(URL url)
线程池

Parameters:
url - 线程参数
Returns:
线程池


Copyright © 2012–2017 Alibaba. All rights reserved.