Class DubboBootstrapStatedEvent

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

@Deprecated public class DubboBootstrapStatedEvent extends org.springframework.context.ApplicationEvent
Deprecated.
A ApplicationEvent after DubboBootstrap.start() success
Since:
2.7.9
See Also:
  • Constructor Details

    • DubboBootstrapStatedEvent

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