@Configuration
@ConditionalOnProperty(value="endpoints.refresh.enabled",
matchIfMissing=true)
@ConditionalOnBean(value=PropertySourceBootstrapConfiguration.class)
protected static class RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RefreshEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RefreshEndpoint |
refreshEndpoint(ContextRefresher contextRefresher) |
@Bean @ConditionalOnMissingBean public RefreshEndpoint refreshEndpoint(ContextRefresher contextRefresher)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.