线程池命名
public BroadcastClusterInvoker(Directory<T> directory) {
super(directory);
int poolSize = directory.getUrl().getParameter("broadCastPoolSize", 8);
paramCallPool = (ThreadPoolExecutor) Executors.newFixedThreadPool(poolSize,
new NamedThreadFactory("PARA-CALL-POOL", true));
}
浙公网安备 33010602011771号