Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.client.discovery.DiscoveryClient |
StubRunnerSpringCloudAutoConfiguration.noOpStubRunnerDiscoveryClient(StubFinder stubFinder,
StubMapperProperties stubMapperProperties) |
org.springframework.cloud.client.discovery.ReactiveDiscoveryClient |
StubRunnerSpringCloudAutoConfiguration.noOpStubRunnerReactiveDiscoveryClient(StubFinder stubFinder,
StubMapperProperties stubMapperProperties) |
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) |
Constructor and Description |
---|
ConsulStubsRegistrar(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 | 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) |
Constructor and Description |
---|
EurekaStubsRegistrar(StubRunning stubRunning,
org.springframework.cloud.client.serviceregistry.ServiceRegistry<org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration> serviceRegistry,
StubMapperProperties stubMapperProperties,
org.springframework.cloud.commons.util.InetUtils inetUtils,
org.springframework.cloud.netflix.eureka.EurekaInstanceConfigBean eurekaInstanceConfigBean,
org.springframework.cloud.netflix.eureka.EurekaClientConfigBean eurekaClientConfigBean,
org.springframework.context.ApplicationContext context) |
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) |
Constructor and Description |
---|
ZookeeperStubsRegistrar(StubRunning stubRunning,
org.apache.curator.framework.CuratorFramework curatorFramework,
StubMapperProperties stubMapperProperties,
org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties zookeeperDiscoveryProperties) |
Copyright © 2016–2022 Spring. All rights reserved.