io.github.pleuvoir.rabbit.RabbitConst Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rabbitmq-plugin Show documentation
Show all versions of rabbitmq-plugin Show documentation
The project provide more reliability to use rabbitmq.
package io.github.pleuvoir.rabbit;
public interface RabbitConst {
/**
* 默认重试次数:3
*/
int DEFAULT_MAX_RETRY = 3;
}