类 InitExecutor
java.lang.Object
com.alibaba.csp.sentinel.init.InitExecutor
Load registered init functions and execute in order.
- 作者:
- Eric Zhao
-
方法概要
-
方法详细资料
-
doInit
public static void doInit()If oneInitFuncthrows an exception, the init process will immediately be interrupted and the application will exit. The initialization will be executed only once.
-