public class SpringConfigurationPostProcessor extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
OrderedConfigurer. These
instances are collected from the Spring context on a ContextRefreshedEvent.| Constructor and Description |
|---|
SpringConfigurationPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(Registry registry) |
List<OrderedConfigurer> |
getSpringConfigurers() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
void |
setRestartOnce(boolean restartOnce) |
void |
setSpringConfigurers(List<OrderedConfigurer> springConfigurers) |
protected void configure(Registry registry)
public void setRestartOnce(boolean restartOnce)
restartOnce - public List<OrderedConfigurer> getSpringConfigurers()
public void setSpringConfigurers(List<OrderedConfigurer> springConfigurers)
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>Copyright © 2020 Open eHealth Foundation. All rights reserved.