Class AbstractApplicationEvent<T>
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
cn.herodotus.engine.message.core.definition.event.AbstractApplicationEvent<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountReleaseFromCacheEvent,ChangeUserStatusEvent,MqttMessageSendingEvent,RequestMappingGatherEvent,SendDialogueMessageEvent,StreamMessageSendingEvent,TemplateMessageSendingEvent
public abstract class AbstractApplicationEvent<T>
extends org.springframework.context.ApplicationEvent
Description: 自定义 Application Event 基础类
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2022/2/4 15:14
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAbstractApplicationEvent(T data) AbstractApplicationEvent(T data, Clock clock) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AbstractApplicationEvent
-
AbstractApplicationEvent
-
-
Method Details
-
getData
-