@ConditionalOnProperty(prefix="dubbo",
name="enabled",
matchIfMissing=true)
@Configuration
@ConditionalOnClass(name="org.springframework.boot.actuate.endpoint.Endpoint")
@EnableConfigurationProperties(value=DubboEndpoint.class)
public class DubboEndpointAutoConfiguration
extends Object
Endpoint Auto Configuration is compatible with Spring Boot Actuator 1.x| Constructor and Description |
|---|
DubboEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DubboEndpoint |
dubboEndpoint() |
@Bean @ConditionalOnMissingBean @ConditionalOnEnabledEndpoint(value="dubbo") public DubboEndpoint dubboEndpoint()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.