@ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.Endpoint.class) protected static class RefreshAutoConfiguration.RefreshEndpointsConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RefreshAutoConfiguration.RefreshEndpointsConfiguration.RefreshEndpointConfiguration |
protected static class |
RefreshAutoConfiguration.RefreshEndpointsConfiguration.RestartEndpointWithIntegration |
protected static class |
RefreshAutoConfiguration.RefreshEndpointsConfiguration.RestartEndpointWithoutIntegration |
| Modifier | Constructor and Description |
|---|---|
protected |
RefreshEndpointsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.endpoint.Endpoint<Boolean> |
pauseEndpoint(RestartEndpoint restartEndpoint) |
org.springframework.boot.actuate.endpoint.Endpoint<Boolean> |
resumeEndpoint(RestartEndpoint restartEndpoint) |
@Bean @ConfigurationProperties(value="endpoints.pause") public org.springframework.boot.actuate.endpoint.Endpoint<Boolean> pauseEndpoint(RestartEndpoint restartEndpoint)
@Bean @ConfigurationProperties(value="endpoints.resume") public org.springframework.boot.actuate.endpoint.Endpoint<Boolean> resumeEndpoint(RestartEndpoint restartEndpoint)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.