Class EurekaRegistrationServerFeatureProvider

java.lang.Object
io.helidon.integrations.eureka.EurekaRegistrationServerFeatureProvider
All Implemented Interfaces:
ConfiguredProvider<EurekaRegistrationServerFeature>, ServerFeatureProvider<EurekaRegistrationServerFeature>

public final class EurekaRegistrationServerFeatureProvider extends Object implements ServerFeatureProvider<EurekaRegistrationServerFeature>
A ServerFeatureProvider that creates and installs a EurekaRegistrationServerFeature.

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

See Also: