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