| Modifier and Type | Class and Description |
|---|---|
class |
BatchStubRunner
Manages lifecycle of multiple
StubRunner instances. |
class |
StubRunner
Represents a single instance of ready-to-run stubs.
|
| Constructor and Description |
|---|
HttpStubsController(StubRunning stubRunning) |
| Modifier and Type | Method and Description |
|---|---|
StubsRegistrar |
StubRunnerSpringCloudConsulAutoConfiguration.stubsRegistrar(StubRunning stubRunning,
com.ecwid.consul.v1.ConsulClient consulClient,
StubMapperProperties stubMapperProperties) |
| Constructor and Description |
|---|
ConsulStubsRegistrar(StubRunning stubRunning,
com.ecwid.consul.v1.ConsulClient consulClient,
StubMapperProperties stubMapperProperties) |
| Modifier and Type | Method and Description |
|---|---|
StubsRegistrar |
StubRunnerSpringCloudEurekaAutoConfiguration.stubsRegistrar(StubRunning stubRunning,
Eureka eureka,
StubMapperProperties stubMapperProperties,
org.springframework.cloud.commons.util.InetUtils inetUtils,
org.springframework.cloud.netflix.eureka.EurekaInstanceConfigBean eurekaInstanceConfigBean) |
| Constructor and Description |
|---|
EurekaStubsRegistrar(StubRunning stubRunning,
Eureka eureka,
StubMapperProperties stubMapperProperties,
org.springframework.cloud.commons.util.InetUtils inetUtils,
org.springframework.cloud.netflix.eureka.EurekaInstanceConfigBean eurekaInstanceConfigBean) |
| 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 Spring. All rights reserved.