Interface Condition<R>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Condition<R>
This condition is used to skip or execute a rate limit check.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(ExpressionParams<R> expressionParams)
     
  • Method Details

    • evaluate

      boolean evaluate(ExpressionParams<R> expressionParams)
      Parameters:
      expressionParams - parameters to evaluate the expression
      Returns:
      true if the rate limit check should be skipped