Class DubboModuleStateEvent

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

public class DubboModuleStateEvent extends org.springframework.context.ApplicationEvent
Dubbo's module state event on starting/started/stopping/stopped
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    DubboModuleStateEvent(org.apache.dubbo.rpc.model.ModuleModel applicationModel, org.apache.dubbo.common.deploy.DeployState state)
     
    DubboModuleStateEvent(org.apache.dubbo.rpc.model.ModuleModel applicationModel, org.apache.dubbo.common.deploy.DeployState state, Throwable cause)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.apache.dubbo.rpc.model.ModuleModel
     
    org.apache.dubbo.common.deploy.DeployState
     

    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

    • DubboModuleStateEvent

      public DubboModuleStateEvent(org.apache.dubbo.rpc.model.ModuleModel applicationModel, org.apache.dubbo.common.deploy.DeployState state)
    • DubboModuleStateEvent

      public DubboModuleStateEvent(org.apache.dubbo.rpc.model.ModuleModel applicationModel, org.apache.dubbo.common.deploy.DeployState state, Throwable cause)
  • Method Details

    • getModule

      public org.apache.dubbo.rpc.model.ModuleModel getModule()
    • getState

      public org.apache.dubbo.common.deploy.DeployState getState()
    • getCause

      public Throwable getCause()