public interface CommandCenter
| Modifier and Type | Method and Description |
|---|---|
void |
beforeStart()
Prepare and init for the command center (e.g.
|
void |
start()
Start the command center in the background.
|
void |
stop()
Stop the command center and do cleanup.
|
void beforeStart()
throws Exception
Exception - if error occursvoid start()
throws Exception
Exception - if error occursCopyright © 2019 Alibaba Group. All rights reserved.