Uses of Interface
de.unistuttgart.isw.sfsc.commonjava.util.scheduling.Scheduler
-
-
-
Uses of Scheduler in de.unistuttgart.isw.sfsc.commonjava.heartbeating
Methods in de.unistuttgart.isw.sfsc.commonjava.heartbeating with parameters of type Scheduler Modifier and Type Method Description static HeartbeatModuleHeartbeatModule. create(PubSubConnection pubSubConnection, Scheduler scheduler, HeartbeatParameter heartbeatParameter) -
Uses of Scheduler in de.unistuttgart.isw.sfsc.commonjava.patterns.pubsub
Constructors in de.unistuttgart.isw.sfsc.commonjava.patterns.pubsub with parameters of type Scheduler Constructor Description Subscriber(PubSubConnection pubSubConnection, java.util.function.Consumer<com.google.protobuf.ByteString> subscriberFunction, com.google.protobuf.ByteString subscriberTopic, Scheduler scheduler) -
Uses of Scheduler in de.unistuttgart.isw.sfsc.commonjava.patterns.simplereqrep
Constructors in de.unistuttgart.isw.sfsc.commonjava.patterns.simplereqrep with parameters of type Scheduler 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 Scheduler in de.unistuttgart.isw.sfsc.commonjava.util
Methods in de.unistuttgart.isw.sfsc.commonjava.util with parameters of type Scheduler Modifier and Type Method Description static DeadMansSwitchDeadMansSwitch. create(Scheduler scheduler, int rateMs) -
Uses of Scheduler in de.unistuttgart.isw.sfsc.commonjava.util.scheduling
Classes in de.unistuttgart.isw.sfsc.commonjava.util.scheduling that implement Scheduler Modifier and Type Class Description classSchedulerServiceMethods in de.unistuttgart.isw.sfsc.commonjava.util.scheduling with parameters of type Scheduler Modifier and Type Method Description static MaxTimesRepetitionMaxTimesRepetition. scheduleMaxTimes(Scheduler scheduler, java.lang.Runnable task, int rateMs, int maxTries) -
Uses of Scheduler in de.unistuttgart.isw.sfsc.commonjava.zmq.util
Methods in de.unistuttgart.isw.sfsc.commonjava.zmq.util with parameters of type Scheduler Modifier and Type Method Description HandleSubscriptionAgent. addSubscriber(com.google.protobuf.ByteString topic, java.util.function.BiConsumer<com.google.protobuf.ByteString,com.google.protobuf.ByteString> messageHandler, Scheduler scheduler)HandleSubscriptionAgent. addSubscriber(com.google.protobuf.ByteString topic, java.util.function.Predicate<com.google.protobuf.ByteString> filter, java.util.function.BiConsumer<com.google.protobuf.ByteString,com.google.protobuf.ByteString> messageHandler, Scheduler scheduler)HandleSubscriptionAgent. addSubscriber(java.util.Set<com.google.protobuf.ByteString> topics, java.util.function.Predicate<com.google.protobuf.ByteString> filter, java.util.function.BiConsumer<com.google.protobuf.ByteString,com.google.protobuf.ByteString> messageHandler, Scheduler scheduler)
-