Class ConsumerController.Delivery<A>
java.lang.Object
org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery<A>
- Enclosing class:
- ConsumerController
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.