Uses of Interface
io.grpc.xds.XdsClient.ResourceWatcher
-
Packages that use XdsClient.ResourceWatcher Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of XdsClient.ResourceWatcher in io.grpc.xds
Methods in io.grpc.xds with parameters of type XdsClient.ResourceWatcher Modifier and Type Method Description <T extends XdsClient.ResourceUpdate>
voidXdsClient. cancelXdsResourceWatch(XdsResourceType<T> type, java.lang.String resourceName, XdsClient.ResourceWatcher<T> watcher)Unregisters the given resource watcher.<T extends XdsClient.ResourceUpdate>
voidXdsClient. watchXdsResource(XdsResourceType<T> type, java.lang.String resourceName, XdsClient.ResourceWatcher<T> watcher)<T extends XdsClient.ResourceUpdate>
voidXdsClient. watchXdsResource(XdsResourceType<T> type, java.lang.String resourceName, XdsClient.ResourceWatcher<T> watcher, java.util.concurrent.Executor executor)Registers a data watcher for the given Xds resource.
-