setFlushInterval method
Implementation
DatabucketsEventTrackerConfigBuilder setFlushInterval(int value) {
flushInterval = value;
return this;
}
DatabucketsEventTrackerConfigBuilder setFlushInterval(int value) {
flushInterval = value;
return this;
}