Modifier and Type | Class and Description |
---|---|
class |
ConsulStubsRegistrar
Registers all stubs in Zookeeper Service Discovery.
|
Modifier and Type | Method and Description |
---|---|
StubsRegistrar |
StubRunnerSpringCloudConsulAutoConfiguration.stubsRegistrar(StubRunning stubRunning,
com.ecwid.consul.v1.ConsulClient consulClient,
StubMapperProperties stubMapperProperties,
org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties consulDiscoveryProperties,
org.springframework.cloud.commons.util.InetUtils inetUtils) |
Modifier and Type | Class and Description |
---|---|
class |
EurekaStubsRegistrar
Registers all stubs in Eureka Service Discovery.
|
Modifier and Type | Method and Description |
---|---|
StubsRegistrar |
StubRunnerSpringCloudEurekaAutoConfiguration.NonCloudConfig.stubsRegistrar(StubRunning stubRunning,
org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration> serviceRegistry,
org.springframework.context.ApplicationContext context,
StubMapperProperties stubMapperProperties,
org.springframework.cloud.commons.util.InetUtils inetUtils,
org.springframework.cloud.netflix.eureka.EurekaInstanceConfigBean eurekaInstanceConfigBean,
org.springframework.cloud.netflix.eureka.EurekaClientConfigBean eurekaClientConfigBean) |
StubsRegistrar |
StubRunnerSpringCloudEurekaAutoConfiguration.CloudConfig.stubsRegistrar(StubRunning stubRunning,
org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration> serviceRegistry,
org.springframework.context.ApplicationContext context,
StubMapperProperties stubMapperProperties,
org.springframework.cloud.commons.util.InetUtils inetUtils,
org.springframework.cloud.netflix.eureka.EurekaInstanceConfigBean eurekaInstanceConfigBean,
org.springframework.cloud.netflix.eureka.EurekaClientConfigBean eurekaClientConfigBean) |
Modifier and Type | Class and Description |
---|---|
class |
ZookeeperStubsRegistrar
Registers all stubs in Zookeeper Service Discovery.
|
Modifier and Type | Method and Description |
---|---|
StubsRegistrar |
StubRunnerSpringCloudZookeeperAutoConfiguration.stubsRegistrar(StubRunning stubRunning,
org.apache.curator.framework.CuratorFramework curatorFramework,
StubMapperProperties stubMapperProperties,
org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties zookeeperDiscoveryProperties) |
Copyright © 2016–2019 Spring. All rights reserved.