Class EurekaRegistration.Builder
java.lang.Object
org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.Builder
- Enclosing class:
EurekaRegistration
A builder for
EurekaRegistration objects.- Author:
- Spencer Gibb, Tim Ysewyn
-
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(com.netflix.discovery.shared.transport.jersey.TransportClientFactories<?> transportClientFactories) 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
-