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.
This condition is used to skip or execute a rate limit check.
-
Method Summary
-
Method Details
-
evaluate
- Parameters:
expressionParams- parameters to evaluate the expression- Returns:
- true if the rate limit check should be skipped
-