类 InitExecutor

java.lang.Object
com.alibaba.csp.sentinel.init.InitExecutor

public final class InitExecutor extends Object
Load registered init functions and execute in order.
作者:
Eric Zhao
  • 方法详细资料

    • doInit

      public static void doInit()
      If one InitFunc throws an exception, the init process will immediately be interrupted and the application will exit. The initialization will be executed only once.