java.lang.Object
org.springframework.cloud.contract.stubrunner.spring.cloud.eureka.EurekaStubsRegistrar
All Implemented Interfaces:
AutoCloseable, StubsRegistrar

public class EurekaStubsRegistrar extends Object implements StubsRegistrar
Registers all stubs in Eureka Service Discovery.
Since:
1.0.0
Author:
Marcin Grzejszczak
  • Constructor Details

    • EurekaStubsRegistrar

      public 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)
  • Method Details