Class AfterAllBizStartupEvent
java.lang.Object
com.alipay.sofa.ark.spi.event.AbstractArkEvent<Biz>
com.alipay.sofa.ark.spi.event.biz.AfterAllBizStartupEvent
- All Implemented Interfaces:
ArkEvent
- Since:
- v2.2.16 this only used when the base restart to recovery all the bizs which had been installed before the restart
- Author:
- lvjing2 (leojames.googol@gmail.com) 2024/12/1 6:17 PM
-
Field Summary
Fields inherited from class com.alipay.sofa.ark.spi.event.AbstractArkEvent
source, timestamp, topic -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.alipay.sofa.ark.spi.event.AbstractArkEvent
getSource, getTimestamp, getTopic, setSource, setTimestamp, setTopic
-
Constructor Details
-
AfterAllBizStartupEvent
public AfterAllBizStartupEvent()
-