Class ConfigDataContextRefresher

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

    public class ConfigDataContextRefresher
    extends ContextRefresher
    implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationPreparedEvent>
    Author:
    Dave Syer, Venil Noronha
    • Constructor Detail

      • ConfigDataContextRefresher

        @Deprecated
        public ConfigDataContextRefresher​(org.springframework.context.ConfigurableApplicationContext context,
                                          RefreshScope scope)
        Deprecated.
    • Method Detail

      • onApplicationEvent

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