Uses of Interface
org.gcube.resources.discovery.client.api.DiscoveryClient
-
Packages that use DiscoveryClient Package Description org.gcube.resources.discovery.client.impl -
-
Uses of DiscoveryClient in org.gcube.resources.discovery.client.impl
Classes in org.gcube.resources.discovery.client.impl that implement DiscoveryClient Modifier and Type Class Description classDelegateClient<R>ADiscoveryClientthat delegates the execution of queries to anotherDiscoveryClientthat does not perform result parsing and the parsing itself to a dedicatedResultParser.Constructors in org.gcube.resources.discovery.client.impl with parameters of type DiscoveryClient Constructor Description DelegateClient(ResultParser<R> parser, DiscoveryClient<String> inner)Creates an instance with a givenResultParserand aDiscoveryClientthat produces untyped results
-