@Configuration
@EnableEurekaClient
@PropertySource(value="classpath:bootstrap-fetcher.properties")
public class ScmSubscribersFetcherConfiguration
extends java.lang.Object
Fetcher autowire DiscoveryClient bean that was created by Spring Cloud context.
| Constructor and Description |
|---|
ScmSubscribersFetcherConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.ametiste.scm.coordinator.accessor.EventSubscribersFetcher |
eurekaEventSubscribersFetcher(com.netflix.discovery.DiscoveryClient client) |