All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.segmentio.Constants Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
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