Module io.helidon.discovery
Package io.helidon.discovery
package io.helidon.discovery
Provides classes and interfaces related to the application programming interface (API) for discovery.
Discovery is the process of acquiring possibly transient resources, like URIs in a microservices environment, suitable for a given discovery name.
- See Also:
-
InterfacesClassDescriptionA representation of a discovered URI, often supplied by invocations of an implementation of the
Discovery.uris(String, URI)
method.An interface whose implementations discover possibly transientDiscoveredUri
instances suitable, at the moment of discovery, for a given discovery name.