Class RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
- java.lang.Object
-
- org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration
-
- Enclosing class:
- RefreshEndpointAutoConfiguration
@Configuration(proxyBeanMethods=false) protected static class RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRefreshEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefreshEndpointrefreshEndpoint(ContextRefresher contextRefresher)
-
-
-
Method Detail
-
refreshEndpoint
@Bean @ConditionalOnBean(ContextRefresher.class) @ConditionalOnAvailableEndpoint @ConditionalOnMissingBean public RefreshEndpoint refreshEndpoint(ContextRefresher contextRefresher)
-
-