withDbThresholdCount method

RudderConfigBuilder withDbThresholdCount(
  1. int dbThresholdCount
)

@param dbThresholdCount No of events to be persisted in DB @return RudderConfigBuilder

Implementation

RudderConfigBuilder withDbThresholdCount(int dbThresholdCount) {
  __dbThresholdCount = dbThresholdCount;
  return this;
}