@Configuration @ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.InfoEndpoint.class) @ConditionalOnBean(value=org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.class) protected static class RefreshAutoConfiguration.InfoEndpointRebinderConfiguration extends Object implements org.springframework.context.ApplicationListener<EnvironmentChangeEvent>
| Modifier | Constructor and Description |
|---|---|
protected |
InfoEndpointRebinderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.endpoint.InfoEndpoint |
infoEndpoint() |
void |
onApplicationEvent(EnvironmentChangeEvent event) |
public void onApplicationEvent(EnvironmentChangeEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<EnvironmentChangeEvent>Copyright © 2015 Pivotal Software, Inc.. All rights reserved.