| Package | Description |
|---|---|
| com.github.brainlag.nsq | |
| com.github.brainlag.nsq.callbacks | |
| com.github.brainlag.nsq.exceptions |
| Modifier and Type | Method and Description |
|---|---|
void |
NSQProducer.produce(String topic,
byte[] message) |
void |
NSQProducer.produceMulti(String topic,
List<byte[]> messages)
produce multiple messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NSQErrorCallback.error(NSQException x) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadMessageException |
class |
BadTopicException |
class |
DisconnectedException |
class |
NoConnectionsException |
| Modifier and Type | Method and Description |
|---|---|
static NSQException |
NSQException.of(ErrorFrame frame) |
Copyright © 2017. All rights reserved.