Class EurekaRegistration.Builder
java.lang.Object
org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.Builder
- Enclosing class:
- EurekaRegistration
A builder for
EurekaRegistration objects.-
Method Summary
Modifier and TypeMethodDescriptionbuild()with(com.netflix.appinfo.ApplicationInfoManager applicationInfoManager) with(com.netflix.discovery.EurekaClient eurekaClient) with(com.netflix.discovery.EurekaClientConfig clientConfig, org.springframework.context.ApplicationEventPublisher publisher) with(org.springframework.beans.factory.ObjectProvider<com.netflix.appinfo.HealthCheckHandler> healthCheckHandler)
-
Method Details
-
with
public EurekaRegistration.Builder with(com.netflix.appinfo.ApplicationInfoManager applicationInfoManager) -
with
-
with
public EurekaRegistration.Builder with(org.springframework.beans.factory.ObjectProvider<com.netflix.appinfo.HealthCheckHandler> healthCheckHandler) -
with
public EurekaRegistration.Builder with(com.netflix.discovery.EurekaClientConfig clientConfig, org.springframework.context.ApplicationEventPublisher publisher) -
build
-