Uses of Interface
io.helidon.discovery.providers.eureka.EurekaDiscovery
Packages that use EurekaDiscovery
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
-
Uses of EurekaDiscovery in io.helidon.discovery.providers.eureka
Methods in io.helidon.discovery.providers.eureka that return EurekaDiscoveryModifier and TypeMethodDescriptionEurekaDiscoveryConfig.Builder.build()
EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl.build()
static EurekaDiscovery
EurekaDiscovery.create
(EurekaDiscoveryConfig prototype) Required by, and complying with the requirements of, the Helidon Builder API, creates a newEurekaDiscovery
implementation whose state is derived from the suppliedEurekaDiscoveryConfig
and returns it.static EurekaDiscovery
EurekaDiscovery.create
(Consumer<EurekaDiscoveryConfig.Builder> consumer) A convenience method required by, and complying with the requirements of, the Helidon Builder API that, per contract, builds a newEurekaDiscovery
implementation and returns it.EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl.get()