Class ShardingProducerController.Start<A>
java.lang.Object
org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start<A>
- All Implemented Interfaces:
Serializable,ShardingProducerControllerImpl.InternalCommand,ShardingProducerControllerImpl.UnsealedInternalCommand,ShardingProducerController.Command<A>,scala.Equals,scala.Product
- Enclosing class:
- ShardingProducerController
public static final class ShardingProducerController.Start<A>
extends Object
implements ShardingProducerController.Command<A>, scala.Product, Serializable
Initial message from the producer actor. The
producer is typically constructed
as a message adapter to map the ShardingProducerController.RequestNext to the protocol of the producer actor.
If the producer is restarted it should send a new Start message to the
ShardingProducerController.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(ActorRef<ShardingProducerController.RequestNext<A>> producer) booleaninthashCode()producer()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
-
producer
-
copy
public <A> ShardingProducerController.Start<A> copy(ActorRef<ShardingProducerController.RequestNext<A>> producer) -
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
-