Class RateLimitResultWrapper
java.lang.Object
com.giffing.bucket4j.spring.boot.starter.context.RateLimitResultWrapper
A wrapper class to distinguish the
RateLimiting result between a synchronous and asynchronous call.
If possible we should get rid of it...
-
Constructor Summary
ConstructorsConstructorDescriptionRateLimitResultWrapper(RateLimitResult rateLimitResult) RateLimitResultWrapper(CompletableFuture<RateLimitResult> rateLimitResultCompletableFuture) -
Method Summary
-
Constructor Details
-
RateLimitResultWrapper
-
RateLimitResultWrapper
-