MCPcopy Create free account
hub / github.com/e2wugui/zeze / start

Method start

ZezeJava/ZezeJava/src/main/java/Zeze/MQ/Master/Main.java:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public void start() throws Exception {
28 service.start();
29 ShutdownHook.add(this, this::stop);
30 }
31
32 public void stop() throws Exception {
33 ShutdownHook.remove(this);

Callers 4

testMQMethod · 0.95
testBenchMethod · 0.95
testFullMethod · 0.95

Calls 2

addMethod · 0.95
startMethod · 0.65

Tested by 4

testMQMethod · 0.76
testBenchMethod · 0.76
testFullMethod · 0.76