Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testMQ
Method · 0.95
testBench
Method · 0.95
testCommitServerQueryVerify
Method · 0.95
testFull
Method · 0.95
Calls
2
add
Method · 0.95
start
Method · 0.65
Tested by
4
testMQ
Method · 0.76
testBench
Method · 0.76
testCommitServerQueryVerify
Method · 0.76
testFull
Method · 0.76