Class EurekaRegistrationServerFeature

java.lang.Object
io.helidon.integrations.eureka.EurekaRegistrationServerFeature
All Implemented Interfaces:
RuntimeType.Api<EurekaRegistrationConfig>, NamedService, Weighted, ServerFeature, Comparable<Weighted>

public final class EurekaRegistrationServerFeature extends Object implements RuntimeType.Api<EurekaRegistrationConfig>, ServerFeature, Weighted
A ServerFeature that automatically and unobtrusively attempts to register the currently running microservice as a Eureka Server service instance.

Most users will never need to programmatically interact with any of the classes in this package.

See Also: