Class PubSubSocketPair
- java.lang.Object
-
- de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair.PubSubSocketPair
-
- All Implemented Interfaces:
NotThrowingAutoCloseable,AutoCloseable
public class PubSubSocketPair extends Object implements NotThrowingAutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static PubSubSocketPaircreate(Reactor reactor)ReactiveSocket.InboxdataInbox()ReactiveSocket.OutboxdataOutbox()ReactiveSocket.SettingspublisherSettings()ReactiveSocket.ConnectorpublisherSocketConnector()ReactiveSocket.SettingssubscriberSettings()ReactiveSocket.ConnectorsubscriberSocketConnector()ReactiveSocket.InboxsubscriptionInbox()ReactiveSocket.OutboxsubscriptionOutbox()
-
-
-
Method Detail
-
create
public static PubSubSocketPair create(Reactor reactor) throws ExecutionException, InterruptedException
-
dataOutbox
public ReactiveSocket.Outbox dataOutbox()
-
dataInbox
public ReactiveSocket.Inbox dataInbox()
-
subscriptionOutbox
public ReactiveSocket.Outbox subscriptionOutbox()
-
subscriptionInbox
public ReactiveSocket.Inbox subscriptionInbox()
-
publisherSocketConnector
public ReactiveSocket.Connector publisherSocketConnector()
-
subscriberSocketConnector
public ReactiveSocket.Connector subscriberSocketConnector()
-
publisherSettings
public ReactiveSocket.Settings publisherSettings()
-
subscriberSettings
public ReactiveSocket.Settings subscriberSettings()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceNotThrowingAutoCloseable
-
-