Uses of Interface
org.springframework.cloud.contract.stubrunner.StubRunning
-
-
Uses of StubRunning in org.springframework.cloud.contract.stubrunner
Classes in org.springframework.cloud.contract.stubrunner that implement StubRunning Modifier and Type Class Description classBatchStubRunnerManages lifecycle of multipleStubRunnerinstances.classStubRunnerRepresents a single instance of ready-to-run stubs. -
Uses of StubRunning in org.springframework.cloud.contract.stubrunner.server
Constructors in org.springframework.cloud.contract.stubrunner.server with parameters of type StubRunning Constructor Description HttpStubsController(StubRunning stubRunning) -
Uses of StubRunning in org.springframework.cloud.contract.stubrunner.spring.cloud.consul
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.consul with parameters of type StubRunning Modifier and Type Method Description StubsRegistrarStubRunnerSpringCloudConsulAutoConfiguration. 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)Constructors in org.springframework.cloud.contract.stubrunner.spring.cloud.consul with parameters of type StubRunning Constructor 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) -
Uses of StubRunning in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka with parameters of type StubRunning Modifier and Type Method Description StubsRegistrarStubRunnerSpringCloudEurekaAutoConfiguration.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)StubsRegistrarStubRunnerSpringCloudEurekaAutoConfiguration.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)Constructors in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka with parameters of type StubRunning Constructor 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) -
Uses of StubRunning in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper with parameters of type StubRunning Modifier and Type Method Description StubsRegistrarStubRunnerSpringCloudZookeeperAutoConfiguration. stubsRegistrar(StubRunning stubRunning, org.apache.curator.framework.CuratorFramework curatorFramework, StubMapperProperties stubMapperProperties, org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties zookeeperDiscoveryProperties)Constructors in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper with parameters of type StubRunning Constructor Description ZookeeperStubsRegistrar(StubRunning stubRunning, org.apache.curator.framework.CuratorFramework curatorFramework, StubMapperProperties stubMapperProperties, org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties zookeeperDiscoveryProperties)
-