Uses of Interface
io.helidon.discovery.Discovery
Packages that use Discovery
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
Provides classes and interfaces that integrate discovery features into
webclients.
-
Uses of Discovery in io.helidon.discovery.providers.eureka
Subinterfaces of Discovery in io.helidon.discovery.providers.eurekaModifier and TypeInterfaceDescriptioninterfaceADiscoveryimplementation that communicates with Netflix's Eureka server version 2. -
Uses of Discovery in io.helidon.webclient.discovery
Methods in io.helidon.webclient.discovery that return DiscoveryModifier and TypeMethodDescriptionWebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl.discovery()WebClientDiscoveryConfig.discovery()ADiscovery(normally sourced from the service registry).Methods in io.helidon.webclient.discovery that return types with arguments of type DiscoveryModifier and TypeMethodDescriptionWebClientDiscoveryConfig.BuilderBase.discovery()ADiscovery(normally sourced from the service registry).Methods in io.helidon.webclient.discovery with parameters of type Discovery