19#ifndef BATCH_RECEIVE_POLICY_HPP_
20#define BATCH_RECEIVE_POLICY_HPP_
22#include <pulsar/defines.h>
27struct BatchReceivePolicyImpl;
86 std::shared_ptr<BatchReceivePolicyImpl> impl_;
Definition: BatchReceivePolicy.h:51
int getMaxNumMessages() const
long getMaxNumBytes() const
long getTimeoutMs() const
BatchReceivePolicy(int maxNumMessage, long maxNumBytes, long timeoutMs)
Definition: Authentication.h:30