![JAR search and dependency download from the Maven repository](/logo.png)
io.github.pleuvoir.rabbit.reliable.template.PublishTemplateConfig 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.reliable.template;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class PublishTemplateConfig {
/**
* 最大重试次数
*/
private Integer maxRetry;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy