Class AbstractListener
- java.lang.Object
-
- com.alibaba.nacos.api.config.listener.AbstractListener
-
-
Constructor Summary
Constructors Constructor Description AbstractListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorgetExecutor()Use default executor-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.alibaba.nacos.api.config.listener.Listener
receiveConfigInfo
-
-
-
-
Method Detail
-
getExecutor
public Executor getExecutor()
Use default executor- Specified by:
getExecutorin interfaceListener- Returns:
- Executor
-
-