Class Discovery
java.lang.Object
org.gcube.informationsystem.client.discovery.Discovery
Performs discovery of services by querying the Information System (IS).
- Author:
- Luca Frosini (ISTI-CNR)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Discovery
Creates an instance with a given proxyEntry.- Parameters:
entry- the entry
-
-
Method Details
-
discover
Discovers and returns the endpoint addresses for the configured entry. The results are cached for a predefined time to improve performance.- Returns:
- a list of discovered endpoint addresses
- Throws:
RuntimeException- if an error occurs during discovery
-