类 AbstractConnection<MessageT>
java.lang.Object
com.alibaba.nacos.istio.common.AbstractConnection<MessageT>
- 直接已知子类:
McpConnection,XdsConnection
AbstractConnection maintains the life cycle of the connection.
- 作者:
- special.fy
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddWatchedResource(String resourceType, WatchedStatus watchedStatus) getWatchedStatusByType(String resourceType) abstract voidpush(MessageT message, WatchedStatus watchedStatus) Push data to grpc connection.voidsetConnectionId(String clientId)
-
字段详细资料
-
streamObserver
-
-
构造器详细资料
-
AbstractConnection
-
-
方法详细资料
-
setConnectionId
-
getConnectionId
-
addWatchedResource
-
getWatchedStatusByType
-
push
Push data to grpc connection.- 参数:
message- responsewatchedStatus- watched status
-