Class AckReplyConsumerImpl

    • Constructor Detail

      • AckReplyConsumerImpl

        public AckReplyConsumerImpl​(com.google.api.core.SettableApiFuture<com.google.cloud.pubsub.v1.MessageDispatcher.AckReply> ackReplySettableApiFuture)
    • Method Detail

      • ack

        public void ack()
        Description copied from interface: AckReplyConsumer
        Acknowledges that the message has been successfully processed. The service will not send the message again.
        Specified by:
        ack in interface AckReplyConsumer
      • nack

        public void nack()
        Description copied from interface: AckReplyConsumer
        Signals that the message has not been successfully processed. The service should resend the message.
        Specified by:
        nack in interface AckReplyConsumer