Class WorkPullingProducerControllerImpl$
- java.lang.Object
-
- akka.actor.typed.delivery.internal.WorkPullingProducerControllerImpl$
-
public class WorkPullingProducerControllerImpl$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static WorkPullingProducerControllerImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description WorkPullingProducerControllerImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> Behavior<WorkPullingProducerController.Command<A>>
apply(java.lang.String producerId, ServiceKey<ConsumerController.Command<A>> workerServiceKey, scala.Option<Behavior<DurableProducerQueue.Command<A>>> durableQueueBehavior, WorkPullingProducerController.Settings settings, scala.reflect.ClassTag<A> evidence$1)
-
-
-
Field Detail
-
MODULE$
public static final WorkPullingProducerControllerImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <A> Behavior<WorkPullingProducerController.Command<A>> apply(java.lang.String producerId, ServiceKey<ConsumerController.Command<A>> workerServiceKey, scala.Option<Behavior<DurableProducerQueue.Command<A>>> durableQueueBehavior, WorkPullingProducerController.Settings settings, scala.reflect.ClassTag<A> evidence$1)
-
-