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, java.util.concurrent.ScheduledExecutorService scheduledExecutorService, 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, java.util.concurrent.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, java.util.concurrent.Executor executor)SimpleServer(PubSubConnection pubSubConnection, java.util.function.Function<com.google.protobuf.ByteString,com.google.protobuf.ByteString> serverFunction, com.google.protobuf.ByteString serverTopic, java.util.concurrent.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)
-