public interface AckReplyConsumer
Modifier and Type | Method and Description |
---|---|
void |
ack()
Acknowledges that the message has been successfully processed.
|
void |
nack()
Signals that the message has not been successfully processed.
|
Copyright © 2019 Google LLC. All rights reserved.