Class ConsumerController.Start<A>
java.lang.Object
org.apache.pekko.actor.typed.delivery.ConsumerController.Start<A>
- All Implemented Interfaces:
Serializable,ConsumerController.Command<A>,ConsumerControllerImpl.InternalCommand,ConsumerControllerImpl.UnsealedInternalCommand,scala.Equals,scala.Product
- Enclosing class:
- ConsumerController
public static final class ConsumerController.Start<A>
extends Object
implements ConsumerController.Command<A>, scala.Product, Serializable
Initial message from the consumer actor. The
deliverTo is typically constructed
as a message adapter to map the ConsumerController.Delivery to the protocol of the consumer actor.
If the consumer is restarted it should send a new Start message to the
ConsumerController.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<A> ConsumerController.Start<A>copy(ActorRef<ConsumerController.Delivery<A>> deliverTo) <A> ActorRef<ConsumerController.Delivery<A>>booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Start
-
-
Method Details
-
deliverTo
-
copy
-
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
-