Class PubSubConnectionImplementation
- java.lang.Object
-
- de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair.PubSubConnectionImplementation
-
- All Implemented Interfaces:
NotThrowingAutoCloseable,PubSubConnection,java.lang.AutoCloseable
public class PubSubConnectionImplementation extends java.lang.Object implements PubSubConnection, NotThrowingAutoCloseable
-
-
Method Summary
Modifier and Type Method Description voidclose()static PubSubConnectionImplementationcreate(PubSubSocketPair pubSubSocketPair)DataMultiplexerdataMultiplexer()OutputPublisherpublisher()voidstart()SubscriptionManagersubscriptionManager()SubscriptionTrackersubscriptionTracker()
-
-
-
Method Detail
-
create
public static PubSubConnectionImplementation create(PubSubSocketPair pubSubSocketPair)
-
start
public void start()
-
publisher
public OutputPublisher publisher()
- Specified by:
publisherin interfacePubSubConnection
-
dataMultiplexer
public DataMultiplexer dataMultiplexer()
- Specified by:
dataMultiplexerin interfacePubSubConnection
-
subscriptionManager
public SubscriptionManager subscriptionManager()
- Specified by:
subscriptionManagerin interfacePubSubConnection
-
subscriptionTracker
public SubscriptionTracker subscriptionTracker()
- Specified by:
subscriptionTrackerin interfacePubSubConnection
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfaceNotThrowingAutoCloseable
-
-