@ConfigurationProperties(prefix="endpoints.shutdown") public class ShutdownEndpoint extends AbstractEndpoint<Map<String,Object>> implements org.springframework.context.ApplicationContextAware
Endpoint to shutdown the ApplicationContext.| Constructor and Description |
|---|
ShutdownEndpoint()
Create a new
ShutdownEndpoint instance. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
invoke()
Called to invoke the endpoint.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitivepublic ShutdownEndpoint()
ShutdownEndpoint instance.public Map<String,Object> invoke()
Endpointpublic void setApplicationContext(org.springframework.context.ApplicationContext context)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.