Uses of Interface
org.springframework.cloud.contract.stubrunner.spring.cloud.StubsRegistrar
Packages that use StubsRegistrar
Package
Description
-
Uses of StubsRegistrar in org.springframework.cloud.contract.stubrunner.spring.cloud.consul
Classes in org.springframework.cloud.contract.stubrunner.spring.cloud.consul that implement StubsRegistrarModifier and TypeClassDescriptionclassRegisters all stubs in Zookeeper Service Discovery.Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.consul that return StubsRegistrarModifier and TypeMethodDescriptionStubRunnerSpringCloudConsulAutoConfiguration.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 StubsRegistrarModifier and TypeClassDescriptionclassRegisters all stubs in Eureka Service Discovery.Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.eureka that return StubsRegistrarModifier and TypeMethodDescriptionStubRunnerSpringCloudEurekaAutoConfiguration.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) 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) -
Uses of StubsRegistrar in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper
Classes in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper that implement StubsRegistrarModifier and TypeClassDescriptionclassRegisters all stubs in Zookeeper Service Discovery.Methods in org.springframework.cloud.contract.stubrunner.spring.cloud.zookeeper that return StubsRegistrarModifier and TypeMethodDescriptionStubRunnerSpringCloudZookeeperAutoConfiguration.stubsRegistrar(StubRunning stubRunning, org.apache.curator.framework.CuratorFramework curatorFramework, StubMapperProperties stubMapperProperties, org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties zookeeperDiscoveryProperties)