Class AckReplyConsumerWithResponseImpl

java.lang.Object
com.google.cloud.pubsub.v1.AckReplyConsumerWithResponseImpl
All Implemented Interfaces:
AckReplyConsumerWithResponse

public class AckReplyConsumerWithResponseImpl extends Object implements AckReplyConsumerWithResponse
  • Constructor Summary

    Constructors
    Constructor
    Description
    AckReplyConsumerWithResponseImpl(com.google.api.core.SettableApiFuture<com.google.cloud.pubsub.v1.MessageDispatcher.AckReply> ackReplySettableApiFuture, com.google.api.core.SettableApiFuture<AckResponse> messageFuture)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.api.core.ApiFuture<AckResponse>
    ack()
    Acknowledges that the message has been successfully processed.
    com.google.api.core.ApiFuture<AckResponse>
    Signals that the message has not been successfully processed.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AckReplyConsumerWithResponseImpl

      public AckReplyConsumerWithResponseImpl(com.google.api.core.SettableApiFuture<com.google.cloud.pubsub.v1.MessageDispatcher.AckReply> ackReplySettableApiFuture, com.google.api.core.SettableApiFuture<AckResponse> messageFuture)
  • Method Details