Class WorkPullingProducerController.Start$
java.lang.Object
org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WorkPullingProducerController
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WorkPullingProducerController.Start$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ActorRef<WorkPullingProducerController.RequestNext<A>> producer) final StringtoString()<A> scala.Option<ActorRef<WorkPullingProducerController.RequestNext<A>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Start$
public Start$()
-
-
Method Details
-
toString
-
apply
public <A> WorkPullingProducerController.Start<A> apply(ActorRef<WorkPullingProducerController.RequestNext<A>> producer) -
unapply
public <A> scala.Option<ActorRef<WorkPullingProducerController.RequestNext<A>>> unapply(WorkPullingProducerController.Start<A> x$0)
-