Class ContextRefreshedEventListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.ContextRefreshedEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

public class ContextRefreshedEventListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Registers a PlatformClusterEventSender's binary listener hook after context refresh.
  • Constructor Details

    • ContextRefreshedEventListener

      public ContextRefreshedEventListener()
  • Method Details

    • onApplicationEvent

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