Class SpringConfigurationPostProcessor

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

    public class SpringConfigurationPostProcessor
    extends Object
    implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
    Spring Listener which holds the instances of all OrderedConfigurer. These instances are collected from the Spring context on a ContextRefreshedEvent.
    Author:
    Boris Stanojevic
    • Constructor Detail

      • SpringConfigurationPostProcessor

        public SpringConfigurationPostProcessor()
    • Method Detail

      • configure

        protected void configure​(Registry registry)
      • setRestartOnce

        public void setRestartOnce​(boolean restartOnce)
        Parameters:
        restartOnce -
      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.event.ContextRefreshedEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>