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

com.netflix.metacat.common.server.properties.RateLimiterProperties Maven / Gradle / Ivy

package com.netflix.metacat.common.server.properties;

import lombok.Data;

/**
 * RateLimiter service properties.
 *
 * @author rveeramacheneni
 */
@Data
public class RateLimiterProperties {
    private boolean enabled;
    private boolean enforced;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy