接口 SpiPushExecutor
-
- 所有超级接口:
PushExecutor
public interface SpiPushExecutor extends PushExecutor
Nacos naming push executor for SPI.- 作者:
- xiweng.yy
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanisInterest(java.lang.String clientId, Subscriber subscriber)Whether SPI push executor is interest this push.-
从接口继承的方法 com.alibaba.nacos.naming.push.v2.executor.PushExecutor
doPush, doPushWithCallback
-
-
-
-
方法详细资料
-
isInterest
boolean isInterest(java.lang.String clientId, Subscriber subscriber)Whether SPI push executor is interest this push.- 参数:
clientId- client id of pushsubscriber- subscribe info- 返回:
trueif this SPI push executor should execute, otherwise false.
-
-