Class ConsumerController.Delivery<A>

java.lang.Object
org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery<A>
Enclosing class:
ConsumerController

public static final class ConsumerController.Delivery<A> extends Object
Received messages from the producer are wrapped in Delivery when sent to the consumer. When the message has been processed the consumer is supposed to send ConsumerController.Confirmed back to the ConsumerController via the confirmTo.