类 AsyncNotifyService.AsyncRpcTask
- java.lang.Object
-
- com.alibaba.nacos.config.server.service.notify.AsyncNotifyService.AsyncRpcTask
-
- 所有已实现的接口:
java.lang.Runnable
- 封闭类:
- AsyncNotifyService
class AsyncNotifyService.AsyncRpcTask extends java.lang.Object implements java.lang.Runnable
-
-
字段概要
字段 修饰符和类型 字段 说明 private java.util.Queue<AsyncNotifyService.NotifySingleRpcTask>queue
-
构造器概要
构造器 构造器 说明 AsyncRpcTask(java.util.Queue<AsyncNotifyService.NotifySingleRpcTask> queue)
-
-
-
字段详细资料
-
queue
private java.util.Queue<AsyncNotifyService.NotifySingleRpcTask> queue
-
-
构造器详细资料
-
AsyncRpcTask
public AsyncRpcTask(java.util.Queue<AsyncNotifyService.NotifySingleRpcTask> queue)
-
-