| Package | Description |
|---|---|
| com.xxdb.streaming.client |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMessage |
| Modifier and Type | Method and Description |
|---|---|
IMessage |
TopicPoller.take() |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<List<IMessage>> |
TopicManager.addMessageQueue(String topic) |
BlockingQueue<List<IMessage>> |
TopicManager.getMessageQueue(String topic) |
ArrayList<IMessage> |
TopicPoller.poll(long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageHandler.doEvent(IMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicPoller.setQueue(BlockingQueue<List<IMessage>> queue) |
| Constructor and Description |
|---|
TopicPoller(BlockingQueue<List<IMessage>> queue) |
Copyright © 2021 DolphinDB. All rights reserved.