withSleepCount method
@param sleepCount No of seconds to wait before sending any batch @return RudderConfigBuilder
Implementation
RudderConfigBuilder withSleepCount(int sleepCount) {
__sleepTimeout = sleepCount;
return this;
}
@param sleepCount No of seconds to wait before sending any batch @return RudderConfigBuilder
RudderConfigBuilder withSleepCount(int sleepCount) {
__sleepTimeout = sleepCount;
return this;
}