@Configuration(proxyBeanMethods=false) @ConditionalOnMissingBean(value=EndpointLocator.class) @ConditionalOnProperty(value="spring.zipkin.locator.discovery.enabled", havingValue="false", matchIfMissing=true) protected static class ZipkinAutoConfiguration.DefaultEndpointLocatorConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultEndpointLocatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EndpointLocator |
zipkinEndpointLocator() |
protected DefaultEndpointLocatorConfiguration()
@Bean public EndpointLocator zipkinEndpointLocator()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.