public class QueueManager extends Object
| Constructor and Description |
|---|
QueueManager() |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<List<IMessage>> |
addQueue(String topic) |
List<String> |
getAllTopic() |
BlockingQueue<List<IMessage>> |
getQueue(String topic) |
void |
removeQueue(String topic) |
Copyright © 2024 DolphinDB. All rights reserved.