Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
Loading...
Searching...
No Matches
Public Member Functions | List of all members
google::cloud::pubsub::PullAckHandler::Impl Class Referenceabstract

Allow applications to mock an PullAckHandler. More...

#include <google/cloud/pubsub/pull_ack_handler.h>

Public Member Functions

virtual ~Impl ()=0
 
virtual future< Statusack ()
 The implementation for PullAckHandler::ack() More...
 
virtual future< Statusnack ()
 The implementation for PullAckHandler::nack() More...
 
virtual std::int32_t delivery_attempt () const
 The implementation for PullAckHandler::delivery_attempt() More...
 

Detailed Description

Allow applications to mock an PullAckHandler.

Constructor & Destructor Documentation

◆ ~Impl()

virtual google::cloud::pubsub::PullAckHandler::Impl::~Impl ( )
pure virtual

Member Function Documentation

◆ ack()

virtual future< Status > google::cloud::pubsub::PullAckHandler::Impl::ack ( )
inlinevirtual

The implementation for PullAckHandler::ack()

◆ delivery_attempt()

virtual std::int32_t google::cloud::pubsub::PullAckHandler::Impl::delivery_attempt ( ) const
inlinevirtual

The implementation for PullAckHandler::delivery_attempt()

◆ nack()

virtual future< Status > google::cloud::pubsub::PullAckHandler::Impl::nack ( )
inlinevirtual

The implementation for PullAckHandler::nack()