Class RefreshScopeRefreshedEventListener

  • All Implemented Interfaces:
    EventListener, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

    @Order(2147483637)
    public class RefreshScopeRefreshedEventListener
    extends Object
    implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.beans.factory.InitializingBean

    RefreshScopeRefreshedEventListener class.

    Version:
    $Id: $Id
    Author:
    Sergio.U.Bocchio
    • Field Detail

      • EVENT_CLASS_NAMES

        public static final List<String> EVENT_CLASS_NAMES
        Constant EVENT_CLASS_NAMES
    • Method Detail

      • onApplicationEvent

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

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception