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