@Configuration
@ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.annotation.Endpoint.class)
@ConditionalOnProperty(value="spring.cloud.features.enabled",
matchIfMissing=true)
protected static class CommonsClientAutoConfiguration.ActuatorConfiguration
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ActuatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesEndpoint |
featuresEndpoint() |
@Bean @ConditionalOnEnabledEndpoint public FeaturesEndpoint featuresEndpoint()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.