Uses of Interface
de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair.PubSubConnection
-
-
Uses of PubSubConnection in de.unistuttgart.isw.sfsc.commonjava.patterns.pubsub
Constructors in de.unistuttgart.isw.sfsc.commonjava.patterns.pubsub with parameters of type PubSubConnection Constructor Description Publisher(PubSubConnection pubSubConnection)Subscriber(PubSubConnection pubSubConnection, Consumer<com.google.protobuf.ByteString> subscriberFunction, com.google.protobuf.ByteString subscriberTopic, Executor executor) -
Uses of PubSubConnection in de.unistuttgart.isw.sfsc.commonjava.patterns.simplereqrep
Constructors in de.unistuttgart.isw.sfsc.commonjava.patterns.simplereqrep with parameters of type PubSubConnection Constructor Description SimpleClient(PubSubConnection pubSubConnection, com.google.protobuf.ByteString replyTopic, Executor executor)SimpleServer(PubSubConnection pubSubConnection, Function<com.google.protobuf.ByteString,com.google.protobuf.ByteString> serverFunction, com.google.protobuf.ByteString serverTopic, Executor executor) -
Uses of PubSubConnection in de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair
Classes in de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair that implement PubSubConnection Modifier and Type Class Description classPubSubConnectionImplementation -
Uses of PubSubConnection in de.unistuttgart.isw.sfsc.commonjava.zmq.util
Methods in de.unistuttgart.isw.sfsc.commonjava.zmq.util with parameters of type PubSubConnection Modifier and Type Method Description static SubscriptionAgentSubscriptionAgent. create(PubSubConnection pubSubConnection)
-