Class DubboBootstrapStopedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.apache.dubbo.config.spring.context.event.DubboBootstrapStopedEvent
- All Implemented Interfaces:
Serializable
@Deprecated
public class DubboBootstrapStopedEvent
extends org.springframework.context.ApplicationEvent
Deprecated.
A
ApplicationEvent after DubboBootstrap.stop() success- Since:
- 2.7.9
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDubboBootstrapStopedEvent(DubboBootstrap bootstrap) Deprecated.Create a new ApplicationEvent. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DubboBootstrapStopedEvent
Deprecated.Create a new ApplicationEvent.- Parameters:
bootstrap-DubboBootstrapbootstrap
-
-
Method Details
-
getDubboBootstrap
Deprecated.GetDubboBootstrapinstance- Returns:
- non-null
-