@Configuration @AutoConfigureBefore(value=org.springframework.cloud.client.CommonsClientAutoConfiguration.class) public class ServiceCombDiscoveryClientConfiguration extends Object
| Constructor and Description |
|---|
ServiceCombDiscoveryClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.client.discovery.DiscoveryClient |
serviceCombDiscoveryClient(DiscoveryBootstrapProperties discoveryProperties,
org.apache.servicecomb.service.center.client.ServiceCenterClient serviceCenterClient,
ServiceCombRegistration serviceCombRegistration) |
ServiceCombRBACProperties |
serviceCombRBACProperties() |
ServiceCombSSLProperties |
serviceCombSSLProperties() |
TagsProperties |
tagsProperties() |
public ServiceCombDiscoveryClientConfiguration()
@Bean public TagsProperties tagsProperties()
@Bean public ServiceCombSSLProperties serviceCombSSLProperties()
@Bean public ServiceCombRBACProperties serviceCombRBACProperties()
@Bean @Order(value=100) public org.springframework.cloud.client.discovery.DiscoveryClient serviceCombDiscoveryClient(DiscoveryBootstrapProperties discoveryProperties, org.apache.servicecomb.service.center.client.ServiceCenterClient serviceCenterClient, ServiceCombRegistration serviceCombRegistration)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.