Uses of Interface
org.springframework.cloud.contract.stubrunner.spring.cloud.StubsRegistrar
-
-
Uses of StubsRegistrar in org.springframework.cloud.contract.stubrunner.spring.cloud.consul
Classes in org.springframework.cloud.contract.stubrunner.spring.cloud.consul that implement StubsRegistrar Modifier and Type Class Description classConsulStubsRegistrarRegisters all stubs in Zookeeper Service Discovery.Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.consul that return StubsRegistrar 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) -
Uses of StubsRegistrar in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka
Classes in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka that implement StubsRegistrar Modifier and Type Class Description classEurekaStubsRegistrarRegisters all stubs in Eureka Service Discovery.Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka that return StubsRegistrar 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) -
Uses of StubsRegistrar in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper
Classes in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper that implement StubsRegistrar Modifier and Type Class Description classZookeeperStubsRegistrarRegisters all stubs in Zookeeper Service Discovery.Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper that return StubsRegistrar Modifier and Type Method Description StubsRegistrarStubRunnerSpringCloudZookeeperAutoConfiguration. stubsRegistrar(StubRunning stubRunning, org.apache.curator.framework.CuratorFramework curatorFramework, StubMapperProperties stubMapperProperties, org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties zookeeperDiscoveryProperties)
-