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
ConstructorsConstructorDescriptionDubboConfigInitEvent(org.springframework.context.ApplicationContext source) Create a newApplicationEvent. -
Method Summary
Modifier and TypeMethodDescriptionfinal org.springframework.context.ApplicationContextGet theApplicationContextthat the event was raised for.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DubboConfigInitEvent
public DubboConfigInitEvent(org.springframework.context.ApplicationContext source) Create a newApplicationEvent.- Parameters:
source- the object on which the event initially occurred or with which the event is associated (nevernull)
-
-
Method Details
-
getApplicationContext
public final org.springframework.context.ApplicationContext getApplicationContext()Get theApplicationContextthat the event was raised for.
-