Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ queueCount
Method
queueCount
ZezeJava/ZezeJava/src/main/java/Zeze/MQ/MQManager.java:64–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
public
int
queueCount() {
65
int
count = 0;
66
for
(var queue : queues.values())
67
count += queue.size();
68
return
count;
69
}
70
71
public
void
start() throws Exception {
72
ShutdownHook.add(this, this::stop);
Callers
1
start
Method · 0.95
Calls
2
values
Method · 0.65
size
Method · 0.65
Tested by
no test coverage detected