Class ServiceBeanExportedEvent

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

public class ServiceBeanExportedEvent extends org.springframework.context.ApplicationEvent
A ApplicationEvent after ServiceBean export invocation
Since:
2.6.5
See Also:
  • Constructor Details

    • ServiceBeanExportedEvent

      public ServiceBeanExportedEvent(ServiceBean serviceBean)
      Create a new ApplicationEvent.
      Parameters:
      serviceBean - ServiceBean bean
  • Method Details