The thread pool implementation strategy for service providers requires creating a thread in the thread pool to execute the service provider’s business logic when the server receives a request.
org.apache.dubbo.common.threadpool.ThreadPool
org.apache.dubbo.common.threadpool.FixedThreadPool
org.apache.dubbo.common.threadpool.CachedThreadPool
Maven project structure:
XxxThreadPool.java:
META-INF/dubbo/org.apache.dubbo.common.threadpool.ThreadPool: