withDbThresholdCount method
@param dbThresholdCount No of events to be persisted in DB @return RudderConfigBuilder
Implementation
RudderConfigBuilder withDbThresholdCount(int dbThresholdCount) {
__dbThresholdCount = dbThresholdCount;
return this;
}