Uses of Interface
de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair.PubSubConnection
-
-
-
Uses of PubSubConnection in de.unistuttgart.isw.sfsc.commonjava.heartbeating
Methods in de.unistuttgart.isw.sfsc.commonjava.heartbeating with parameters of type PubSubConnection Modifier and Type Method Description static HeartbeatModuleHeartbeatModule. create(PubSubConnection pubSubConnection, Scheduler scheduler, HeartbeatParameter heartbeatParameter) -
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, java.util.function.Consumer<com.google.protobuf.ByteString> subscriberFunction, com.google.protobuf.ByteString subscriberTopic, Scheduler scheduler) -
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, Scheduler scheduler)SimpleServer(PubSubConnection pubSubConnection, java.util.function.Function<com.google.protobuf.ByteString,com.google.protobuf.ByteString> serverFunction, com.google.protobuf.ByteString serverTopic, Scheduler scheduler) -
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)
-