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
- Since:
- 2.6.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceBeanExportedEvent(ServiceBean serviceBean) 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
-
ServiceBeanExportedEvent
Create a new ApplicationEvent.- Parameters:
serviceBean-ServiceBeanbean
-
-
Method Details
-
getServiceBean
GetServiceBeaninstance- Returns:
- non-null
-