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: