类 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>
    • 方法详细资料

      • 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>