Uses of Interface
io.aleph0.yap.core.transport.Topic
Packages that use Topic
Package
Description
-
Uses of Topic in io.aleph0.yap.core.build
Methods in io.aleph0.yap.core.build that return Topic -
Uses of Topic in io.aleph0.yap.core.task
Methods in io.aleph0.yap.core.task with parameters of type TopicModifier and TypeMethodDescriptionConstructors in io.aleph0.yap.core.task with parameters of type TopicModifierConstructorDescriptionDefaultProcessorTaskController(int parallelism, Duration heartbeatInterval, Queue<InputT> queue, Topic<OutputT> topic) DefaultProducerTaskController(int parallelism, Duration heartbeatInterval, Topic<OutputT> topic) DefaultTaskController(int desiredConcurrency, Duration heartbeatInterval, Queue<InputT> queue, Topic<OutputT> topic) TaskManager(String id, Set<String> subscribers, ExecutorService executor, TaskController controller, TaskManager.WorkerBodyFactory<WorkerMetricsT> workerBodyFactory, Queue<?> queue, Topic<?> topic) -
Uses of Topic in io.aleph0.yap.core.transport.topic
Classes in io.aleph0.yap.core.transport.topic that implement TopicMethods in io.aleph0.yap.core.transport.topic that return Topic