| Package | Description |
|---|---|
| com.github.brainlag.nsq | |
| com.github.brainlag.nsq.netty |
| Modifier and Type | Method and Description |
|---|---|
static NSQCommand |
NSQCommand.finish(byte[] messageID) |
static NSQCommand |
NSQCommand.identify(byte[] body) |
static NSQCommand |
NSQCommand.multiPublish(String topic,
List<byte[]> bodies) |
static NSQCommand |
NSQCommand.nop() |
static NSQCommand |
NSQCommand.publish(String topic,
byte[] message) |
static NSQCommand |
NSQCommand.ready(int rdy) |
static NSQCommand |
NSQCommand.requeue(byte[] messageID,
int timeoutMillis) |
static NSQCommand |
NSQCommand.startClose() |
static NSQCommand |
NSQCommand.subscribe(String topic,
String channel) |
static NSQCommand |
NSQCommand.touch(byte[] messageID) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelFuture |
Connection.command(NSQCommand command) |
NSQFrame |
Connection.commandAndWait(NSQCommand command) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NSQEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
NSQCommand message,
List<Object> out) |
Copyright © 2017. All rights reserved.