Class WorkPullingProducerController.RequestNext<A>

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

public static final class WorkPullingProducerController.RequestNext<A> extends Object implements scala.Product, Serializable
The WorkPullingProducerController sends RequestNext to the producer when it is allowed to send one message via the sendNextTo or askNextTo. Note that only one message is allowed, and then it must wait for next RequestNext before sending one more message.
See Also: