@Configuration @ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.EnvironmentEndpoint.class) @ConditionalOnWebApplication @ConditionalOnBean(value=RestartEndpoint.class) public class LifecycleMvcEndpointAutoConfiguration extends Object
| Constructor and Description |
|---|
LifecycleMvcEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentManagerMvcEndpoint |
environmentManagerEndpoint(org.springframework.boot.actuate.endpoint.EnvironmentEndpoint delegate,
EnvironmentManager environment) |
org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint |
pauseMvcEndpoint(RestartMvcEndpoint restartEndpoint) |
org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint |
refreshMvcEndpoint(RefreshEndpoint endpoint) |
RestartMvcEndpoint |
restartMvcEndpoint() |
org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint |
resumeMvcEndpoint(RestartMvcEndpoint restartEndpoint) |
public LifecycleMvcEndpointAutoConfiguration()
@Bean @ConditionalOnBean(value=org.springframework.boot.actuate.endpoint.EnvironmentEndpoint.class) public EnvironmentManagerMvcEndpoint environmentManagerEndpoint(org.springframework.boot.actuate.endpoint.EnvironmentEndpoint delegate, EnvironmentManager environment)
@Bean @ConditionalOnBean(value=RefreshEndpoint.class) public org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint refreshMvcEndpoint(RefreshEndpoint endpoint)
@Bean public RestartMvcEndpoint restartMvcEndpoint()
@Bean public org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint pauseMvcEndpoint(RestartMvcEndpoint restartEndpoint)
@Bean public org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint resumeMvcEndpoint(RestartMvcEndpoint restartEndpoint)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.