Class NotifySingleService
- java.lang.Object
-
- com.alibaba.nacos.config.server.service.notify.NotifySingleService
-
public class NotifySingleService extends Object
Notify Single server- Author:
- Nacos
-
-
Constructor Summary
Constructors Constructor Description NotifySingleService(ServerListService serverListService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConcurrentHashMap<String,Executor>getExecutors()
-
-
-
Constructor Detail
-
NotifySingleService
@Autowired public NotifySingleService(ServerListService serverListService)
-
-
Method Detail
-
getExecutors
public ConcurrentHashMap<String,Executor> getExecutors()
-
-