public class RemoteProSpringApplicationRunListener extends Object implements org.springframework.boot.SpringApplicationRunListener
Constructor and Description |
---|
RemoteProSpringApplicationRunListener(org.springframework.boot.SpringApplication application,
String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
contextLoaded(org.springframework.context.ConfigurableApplicationContext context) |
void |
contextPrepared(org.springframework.context.ConfigurableApplicationContext context) |
void |
environmentPrepared(org.springframework.core.env.ConfigurableEnvironment environment) |
void |
finished(org.springframework.context.ConfigurableApplicationContext context,
Throwable exception) |
void |
starting() |
public RemoteProSpringApplicationRunListener(org.springframework.boot.SpringApplication application, String[] args)
public void starting()
starting
in interface org.springframework.boot.SpringApplicationRunListener
public void environmentPrepared(org.springframework.core.env.ConfigurableEnvironment environment)
environmentPrepared
in interface org.springframework.boot.SpringApplicationRunListener
public void contextPrepared(org.springframework.context.ConfigurableApplicationContext context)
contextPrepared
in interface org.springframework.boot.SpringApplicationRunListener
public void contextLoaded(org.springframework.context.ConfigurableApplicationContext context)
contextLoaded
in interface org.springframework.boot.SpringApplicationRunListener
public void finished(org.springframework.context.ConfigurableApplicationContext context, Throwable exception)
finished
in interface org.springframework.boot.SpringApplicationRunListener
Copyright © 2006–2018 TinyGroup. All rights reserved.