Class DubboConfigInitEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.apache.dubbo.config.spring.context.event.DubboConfigInitEvent
All Implemented Interfaces:
Serializable

public class DubboConfigInitEvent extends org.springframework.context.ApplicationEvent
An ApplicationEvent to trigger init DubboConfigBeanInitializer.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    DubboConfigInitEvent(org.springframework.context.ApplicationContext source)
    Create a new ApplicationEvent.
  • Method Summary

    Modifier and Type
    Method
    Description
    final org.springframework.context.ApplicationContext
    Get the ApplicationContext that the event was raised for.

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DubboConfigInitEvent

      public DubboConfigInitEvent(org.springframework.context.ApplicationContext source)
      Create a new ApplicationEvent.
      Parameters:
      source - the object on which the event initially occurred or with which the event is associated (never null)
  • Method Details

    • getApplicationContext

      public final org.springframework.context.ApplicationContext getApplicationContext()
      Get the ApplicationContext that the event was raised for.