MCPcopy 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

startMethod · 0.95

Calls 2

valuesMethod · 0.65
sizeMethod · 0.65

Tested by

no test coverage detected