类 AsyncNotifyService.AsyncRpcNotifyCallBack
- java.lang.Object
-
- com.alibaba.nacos.config.server.service.notify.AsyncNotifyService.AsyncRpcNotifyCallBack
-
- 所有已实现的接口:
com.alibaba.nacos.api.remote.RequestCallBack<com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>
- 封闭类:
- AsyncNotifyService
class AsyncNotifyService.AsyncRpcNotifyCallBack extends java.lang.Object implements com.alibaba.nacos.api.remote.RequestCallBack<com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>
-
-
字段概要
字段 修饰符和类型 字段 说明 private AsyncNotifyService.NotifySingleRpcTasktask
-
构造器概要
构造器 构造器 说明 AsyncRpcNotifyCallBack(AsyncNotifyService.NotifySingleRpcTask task)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.util.concurrent.ExecutorgetExecutor()longgetTimeout()voidonException(java.lang.Throwable ex)voidonResponse(com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse response)
-
-
-
字段详细资料
-
task
private AsyncNotifyService.NotifySingleRpcTask task
-
-
构造器详细资料
-
AsyncRpcNotifyCallBack
public AsyncRpcNotifyCallBack(AsyncNotifyService.NotifySingleRpcTask task)
-
-
方法详细资料
-
getExecutor
public java.util.concurrent.Executor getExecutor()
- 指定者:
getExecutor在接口中com.alibaba.nacos.api.remote.RequestCallBack<com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>
-
getTimeout
public long getTimeout()
- 指定者:
getTimeout在接口中com.alibaba.nacos.api.remote.RequestCallBack<com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>
-
onResponse
public void onResponse(com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse response)
- 指定者:
onResponse在接口中com.alibaba.nacos.api.remote.RequestCallBack<com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>
-
onException
public void onException(java.lang.Throwable ex)
- 指定者:
onException在接口中com.alibaba.nacos.api.remote.RequestCallBack<com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>
-
-