Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
|
Allow applications to mock an PullAckHandler
.
More...
#include <google/cloud/pubsub/pull_ack_handler.h>
Public Member Functions | |
virtual | ~Impl ()=0 |
virtual future< Status > | ack () |
The implementation for PullAckHandler::ack() More... | |
virtual future< Status > | nack () |
The implementation for PullAckHandler::nack() More... | |
virtual std::int32_t | delivery_attempt () const |
The implementation for PullAckHandler::delivery_attempt() More... | |
Allow applications to mock an PullAckHandler
.
|
pure virtual |
The implementation for PullAckHandler::ack()
|
inlinevirtual |
The implementation for PullAckHandler::delivery_attempt()
The implementation for PullAckHandler::nack()