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

com.rapid7.armor.interval.IntervalStrategy Maven / Gradle / Ivy

The newest version!
package com.rapid7.armor.interval;

import java.time.Instant;

public interface IntervalStrategy {
  String getInterval();
  String getIntervalStart(Instant timestamp);
  String getIntervalStart(Instant timestamp, int offset);
  boolean supports(String interval);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy