接口 NacosTask
- 所有已知实现类:
AbstractDelayTask,AbstractExecuteTask
public interface NacosTask
Nacos task.
- 作者:
- xiweng.yy
-
方法概要
-
方法详细资料
-
shouldProcess
boolean shouldProcess()Judge Whether this nacos task should do.- 返回:
- true means the nacos task should be done, otherwise false
-