类的使用
com.alibaba.nacos.naming.push.v2.PushDataWrapper
-
使用PushDataWrapper的程序包 程序包 说明 com.alibaba.nacos.naming.push.v2.executor com.alibaba.nacos.naming.push.v2.task -
-
com.alibaba.nacos.naming.push.v2.executor中PushDataWrapper的使用
参数类型为PushDataWrapper的com.alibaba.nacos.naming.push.v2.executor中的方法 修饰符和类型 方法 说明 voidPushExecutor. doPush(java.lang.String clientId, Subscriber subscriber, PushDataWrapper data)Do push.voidPushExecutorDelegate. doPush(java.lang.String clientId, Subscriber subscriber, PushDataWrapper data)voidPushExecutorRpcImpl. doPush(java.lang.String clientId, Subscriber subscriber, PushDataWrapper data)voidPushExecutorUdpImpl. doPush(java.lang.String clientId, Subscriber subscriber, PushDataWrapper data)voidPushExecutor. doPushWithCallback(java.lang.String clientId, Subscriber subscriber, PushDataWrapper data, NamingPushCallback callBack)Do push with callback.voidPushExecutorDelegate. doPushWithCallback(java.lang.String clientId, Subscriber subscriber, PushDataWrapper data, NamingPushCallback callBack)voidPushExecutorRpcImpl. doPushWithCallback(java.lang.String clientId, Subscriber subscriber, PushDataWrapper data, NamingPushCallback callBack)voidPushExecutorUdpImpl. doPushWithCallback(java.lang.String clientId, Subscriber subscriber, PushDataWrapper data, NamingPushCallback callBack)private com.alibaba.nacos.api.naming.pojo.ServiceInfoPushExecutorRpcImpl. getServiceInfo(PushDataWrapper data, Subscriber subscriber)private com.alibaba.nacos.api.naming.pojo.ServiceInfoPushExecutorUdpImpl. replaceServiceInfoName(PushDataWrapper originalData, Subscriber subscriber)The reason to replace the name is upd push is used in 1.x client. -
com.alibaba.nacos.naming.push.v2.task中PushDataWrapper的使用
返回PushDataWrapper的com.alibaba.nacos.naming.push.v2.task中的方法 修饰符和类型 方法 说明 private PushDataWrapperPushExecuteTask. generatePushData()
-