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:
  • Interfaces
    Class
    Description
    A 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 transient DiscoveredUri instances suitable, at the moment of discovery, for a given discovery name.