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

io.github.pleuvoir.rabbit.RabbitConst Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package io.github.pleuvoir.rabbit;

public interface RabbitConst {

	/**
	 * 默认重试次数:3
	 */
	int DEFAULT_MAX_RETRY = 3;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy