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

org.sputnik.ratelimit.util.EventConfig Maven / Gradle / Ivy

The newest version!
package org.sputnik.ratelimit.util;

import java.time.Duration;
import lombok.Value;

@Value
public class EventConfig {

  protected final String eventId;
  protected final long maxIntents;
  protected final Duration minTime;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy