Class WorkPullingProducerController.Start<A>

java.lang.Object
org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start<A>
All Implemented Interfaces:
Serializable, WorkPullingProducerControllerImpl.InternalCommand, WorkPullingProducerControllerImpl.UnsealedInternalCommand, WorkPullingProducerController.Command<A>, scala.Equals, scala.Product
Enclosing class:
WorkPullingProducerController

public static final class WorkPullingProducerController.Start<A> extends Object implements WorkPullingProducerController.Command<A>, scala.Product, Serializable
Initial message from the producer actor. The producer is typically constructed as a message adapter to map the WorkPullingProducerController.RequestNext to the protocol of the producer actor.

If the producer is restarted it should send a new Start message to the WorkPullingProducerController.

See Also: