Class WorkPullingProducerControllerImpl$
java.lang.Object
org.apache.pekko.actor.typed.delivery.internal.WorkPullingProducerControllerImpl$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WorkPullingProducerControllerImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(String producerId, ServiceKey<ConsumerController.Command<A>> workerServiceKey, scala.Option<Behavior<DurableProducerQueue.Command<A>>> durableQueueBehavior, WorkPullingProducerController.Settings settings, scala.reflect.ClassTag<A> evidence$1)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
WorkPullingProducerControllerImpl$
public WorkPullingProducerControllerImpl$()
-
-
Method Details
-
apply
public <A> Behavior<WorkPullingProducerController.Command<A>> apply(String producerId, ServiceKey<ConsumerController.Command<A>> workerServiceKey, scala.Option<Behavior<DurableProducerQueue.Command<A>>> durableQueueBehavior, WorkPullingProducerController.Settings settings, scala.reflect.ClassTag<A> evidence$1)
-