All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.giffing.bucket4j.spring.boot.starter.context.RefillSpeed Maven / Gradle / Ivy

The newest version!
package com.giffing.bucket4j.spring.boot.starter.context;

public enum RefillSpeed {

    /**
     * Greedily regenerates tokens.
     * 

* The tokens are refilled as soon as possible. */ GREEDY, /** * Regenerates tokens in an interval manner. *

* The tokens refilled on the specific defined interval. */ INTERVAL, }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy