Package io.sisu.nng.pubsub
Class Sub0Socket
- java.lang.Object
-
- io.sisu.nng.Socket
-
- io.sisu.nng.pubsub.Sub0Socket
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class Sub0Socket extends Socket
-
-
Constructor Summary
Constructors Constructor Description Sub0Socket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
subscribe(java.lang.String topic)
void
unsubscribe(java.lang.String topic)
-
Methods inherited from class io.sisu.nng.Socket
close, dial, getSocketStruct, listen, receive, receive, receiveMessage, receiveMessage, send, send, sendMessage, sendMessage, sendMessage, setReceiveTimeout, setSendTimeout, setTlsConfig
-
-
-
-
Constructor Detail
-
Sub0Socket
public Sub0Socket() throws NngException
- Throws:
NngException
-
-
Method Detail
-
subscribe
public void subscribe(java.lang.String topic) throws NngException
- Throws:
NngException
-
unsubscribe
public void unsubscribe(java.lang.String topic) throws NngException
- Throws:
NngException
-
-