Package com.alipay.sofa.ark.spi.event
Class AbstractArkEvent<T>
java.lang.Object
com.alipay.sofa.ark.spi.event.AbstractArkEvent<T>
- All Implemented Interfaces:
ArkEvent
- Direct Known Subclasses:
AfterBizFailedEvent,AfterBizStartupEvent,AfterBizStopEvent,AfterBizSwitchEvent,AfterFinishDeployEvent,AfterFinishStartupEvent,AfterPluginStartupEvent,AfterPluginStopEvent,BeforeBizRecycleEvent,BeforeBizStartupEvent,BeforeBizStopEvent,BeforeBizSwitchEvent,BeforePluginStartupEvent,BeforePluginStopEvent
- Since:
- Author:
- guolei.sgl (guolei.sgl@antfin.com) 2019/11/1 10:45 AM
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetTopic()Returns the topic of eventvoidvoidsetTimestamp(long timestamp) void
-
Field Details
-
source
-
topic
-
timestamp
protected long timestamp
-
-
Constructor Details
-
AbstractArkEvent
-
-
Method Details