Class JHipsterProperties.Gateway.RateLimiting

java.lang.Object
tech.jhipster.config.JHipsterProperties.Gateway.RateLimiting
Enclosing class:
JHipsterProperties.Gateway

public static class JHipsterProperties.Gateway.RateLimiting extends Object
  • Constructor Details

    • RateLimiting

      public RateLimiting()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getLimit

      public long getLimit()
    • setLimit

      public void setLimit(long limit)
    • getDurationInSeconds

      public int getDurationInSeconds()
    • setDurationInSeconds

      public void setDurationInSeconds(int durationInSeconds)