Package io.helidon.integrations.eureka
package io.helidon.integrations.eureka
Provides classes and interfaces related to automatic and unobtrusive service instance registration in Netflix Eureka servers of version 2.0.3 or later.
Most users will never need to programmatically interact with any of the classes in this package.
- See Also:
-
ClassDescriptionFluent API builder for
EurekaRegistrationServerFeature
.EurekaRegistrationConfig.BuilderBase<BUILDER extends EurekaRegistrationConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends EurekaRegistrationConfig> Fluent API builder base forEurekaRegistrationServerFeature
.Generated implementation of the prototype, can be extended by descendant prototype implementations.AServerFeature
that automatically and unobtrusively attempts to register the currently running microservice as a Eureka Server service instance.AServerFeatureProvider
that creates and installs aEurekaRegistrationServerFeature
.A prototype describing initial Eureka Server service instance registration details.Fluent API builder forInstanceInfoConfig
.InstanceInfoConfig.BuilderBase<BUILDER extends InstanceInfoConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InstanceInfoConfig> Fluent API builder base forInstanceInfoConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.A prototype describing initial Eureka Server service instance registration lease details.Fluent API builder forLeaseInfoConfig
.LeaseInfoConfig.BuilderBase<BUILDER extends LeaseInfoConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends LeaseInfoConfig> Fluent API builder base forLeaseInfoConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.A prototype describing initial Eureka Server service instance registration port details.Fluent API builder forPortInfoConfig
.PortInfoConfig.BuilderBase<BUILDER extends PortInfoConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PortInfoConfig> Fluent API builder base forPortInfoConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.