Uses of Interface
io.grpc.xds.XdsClient.ResourceUpdate
-
Packages that use XdsClient.ResourceUpdate Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of XdsClient.ResourceUpdate in io.grpc.xds
Classes in io.grpc.xds with type parameters of type XdsClient.ResourceUpdate Modifier and Type Interface Description static interfaceXdsClient.ResourceWatcher<T extends XdsClient.ResourceUpdate>Watcher interface for a single requested xDS resource.classXdsResourceType<T extends XdsClient.ResourceUpdate>Methods in io.grpc.xds with type parameters of type XdsClient.ResourceUpdate 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.
-