16 #ifndef HAZELCAST_CLIENT_CONFIG_RELIABLETOPICCONFIG_H_
17 #define HAZELCAST_CLIENT_CONFIG_RELIABLETOPICCONFIG_H_
19 #include "hazelcast/util/HazelcastDll.h"
22 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
24 #pragma warning(disable: 4251) //for dll export
32 static const int DEFAULT_READ_BATCH_SIZE;
43 const std::string &getName()
const;
50 int getReadBatchSize()
const;
79 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Definition: ReliableTopicConfig.h:30