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

com.trendyol.mpc.kafkathena.commons.model.KSFixedRetry Maven / Gradle / Ivy

package com.trendyol.mpc.kafkathena.commons.model;

import lombok.Data;

@Data
public class KSFixedRetry {
    private Integer retryCount;
    private Long backoffIntervalMillis;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy