Class ExecutePredicate<T>

java.lang.Object
com.giffing.bucket4j.spring.boot.starter.context.ExecutePredicate<T>
Type Parameters:
T - the type of the predicate
All Implemented Interfaces:
Predicate<T>

public abstract class ExecutePredicate<T> extends Object implements Predicate<T>
The ExecutePredicate is used to conditionally execute a rate limit.
  • Constructor Details

    • ExecutePredicate

      public ExecutePredicate()
  • Method Details