A
B
C
D
E
F
G
I
K
L
M
N
P
R
S
T
U
V
D
- deleteChannel(java.lang.String,java.lang.String) - function in com.abusix.knsq.http.NSQDHTTPClient
- Delete an existing channel on an existing topic.
- deleteChannel(java.lang.String,java.lang.String) - function in com.abusix.knsq.http.NSQLookupDHTTPClient
- Deletes an existing channel of an existing topic.
- deleteTopic(java.lang.String) - function in com.abusix.knsq.http.NSQDHTTPClient
- Delete san existing topic (and all channels).
- deleteTopic(java.lang.String) - function in com.abusix.knsq.http.NSQLookupDHTTPClient
- Deletes an existing topic.
- DirectSubscriber - class in com.abusix.knsq.subscribe
- This class implements a low-level subscriber that connects to a set of predefined nsqd instances without using nsqlookupd.
- DirectSubscriber.Companion - class in com.abusix.knsq.subscribe.DirectSubscriber