
com.github.segmentio.Constants Maven / Gradle / Ivy
package com.github.segmentio;
public class Constants {
/**
* The logger name
*/
public static final String LOGGER = "analytics";
/**
* The amount of items we send in each batch
*/
public static final int BATCH_INCREMENT = 20;;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy