Class WorkPullingProducerController.GetWorkerStats<A>
java.lang.Object
org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats<A>
- All Implemented Interfaces:
Serializable,WorkPullingProducerControllerImpl.InternalCommand,WorkPullingProducerControllerImpl.UnsealedInternalCommand,WorkPullingProducerController.Command<A>,scala.Equals,scala.Product
- Enclosing class:
- WorkPullingProducerController
public static final class WorkPullingProducerController.GetWorkerStats<A>
extends Object
implements WorkPullingProducerController.Command<A>, scala.Product, Serializable
Retrieve information about registered workers.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>replyTo()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
GetWorkerStats
-
-
Method Details
-
replyTo
-
copy
public <A> WorkPullingProducerController.GetWorkerStats<A> copy(ActorRef<WorkPullingProducerController.WorkerStats> replyTo) -
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-