@Configuration @ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.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 public FeaturesEndpoint featuresEndpoint()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.