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));}
来源:https://www.cnblogs.com/cococc/p/12148816.html