接口 CommandCenter
public interface CommandCenter
- 作者:
- Eric Zhao
-
方法详细资料
-
beforeStart
Prepare and init for the command center (e.g. register commands). This will be executed before starting.- 抛出:
Exception- if error occurs
-
start
Start the command center in the background. This method should NOT block.- 抛出:
Exception- if error occurs
-
stop
Stop the command center and do cleanup.- 抛出:
Exception- if error occurs
-