Uses of Interface
org.apache.dubbo.common.threadpool.manager.ExecutorRepository
Packages that use ExecutorRepository
-
Uses of ExecutorRepository in org.apache.dubbo.common.threadpool.manager
Classes in org.apache.dubbo.common.threadpool.manager that implement ExecutorRepositoryModifier and TypeClassDescriptionclassConsider implementingLifecycleto enable executors shutdown when the process stops.classThread pool isolation between services, that is, a service has its own thread pool and not interfere with each otherMethods in org.apache.dubbo.common.threadpool.manager that return ExecutorRepositoryModifier and TypeMethodDescriptionstatic ExecutorRepositoryExecutorRepository.getInstance(ApplicationModel applicationModel) -
Uses of ExecutorRepository in org.apache.dubbo.rpc.model
Methods in org.apache.dubbo.rpc.model that return ExecutorRepositoryModifier and TypeMethodDescriptionApplicationModel.getApplicationExecutorRepository()static ExecutorRepositoryApplicationModel.getExecutorRepository()Deprecated.
ApplicationModel.getApplicationExecutorRepository()