Package io.quarkiverse.bucket4j.runtime
Class BucketPod
- java.lang.Object
-
- io.quarkiverse.bucket4j.runtime.BucketPod
-
public class BucketPod extends Object
-
-
Constructor Summary
Constructors Constructor Description BucketPod(String id, io.github.bucket4j.BucketConfiguration configuration, Class<? extends IdentityResolver> identityResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longconsumeAndReturnNanoWaitTime()io.github.bucket4j.BucketConfigurationgetConfiguration()StringgetId()IdentityResolvergetIdentityResolver()
-
-
-
Constructor Detail
-
BucketPod
public BucketPod(String id, io.github.bucket4j.BucketConfiguration configuration, Class<? extends IdentityResolver> identityResolver)
-
-
Method Detail
-
getId
public String getId()
-
consumeAndReturnNanoWaitTime
public long consumeAndReturnNanoWaitTime()
-
getConfiguration
public io.github.bucket4j.BucketConfiguration getConfiguration()
-
getIdentityResolver
public IdentityResolver getIdentityResolver()
-
-