Class EventPublishingBeanInitializer

java.lang.Object
io.microsphere.spring.context.event.EventPublishingBeanInitializer
All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

public class EventPublishingBeanInitializer extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.PriorityOrdered
ApplicationContextInitializer for Publishing Bean Event with the highest priority
Since:
1.0.0
Author:
Mercy
See Also:
  • Constructor Details

    • EventPublishingBeanInitializer

      public EventPublishingBeanInitializer()
  • Method Details

    • initialize

      public void initialize(org.springframework.context.ConfigurableApplicationContext context)
      Specified by:
      initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered