public class ShutdownEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
WebServer to graceful shutdown by default| Modifier and Type | Field and Description |
|---|---|
static String |
ENVIRONMENT_NAME |
| Constructor and Description |
|---|
ShutdownEnvironmentPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public static final String ENVIRONMENT_NAME
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessorpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2024. All rights reserved.