Package com.alipay.sofa.ark.spi.event
Interface ArkEvent
- All Known Implementing Classes:
AbstractArkEvent,AfterBizFailedEvent,AfterBizStartupEvent,AfterBizStopEvent,AfterBizSwitchEvent,AfterFinishDeployEvent,AfterFinishStartupEvent,AfterPluginStartupEvent,AfterPluginStopEvent,BeforeBizRecycleEvent,BeforeBizStartupEvent,BeforeBizStopEvent,BeforeBizSwitchEvent,BeforePluginStartupEvent,BeforePluginStopEvent
public interface ArkEvent
An Event
- Since:
- 0.4.0
- Author:
- qilong.zql
-
Method Summary
-
Method Details
-
getTopic
String getTopic()Returns the topic of event- Returns:
- String return event topic
-