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 Details

    • DubboBootstrapStopedEvent

      public DubboBootstrapStopedEvent(DubboBootstrap bootstrap)
      Deprecated.
      Create a new ApplicationEvent.
      Parameters:
      bootstrap - DubboBootstrap bootstrap
  • Method Details