Uses of Class
io.engineblock.activityapi.ratelimits.RateSpec.Verb
-
Packages that use RateSpec.Verb Package Description io.engineblock.activityapi.ratelimits -
-
Uses of RateSpec.Verb in io.engineblock.activityapi.ratelimits
Fields in io.engineblock.activityapi.ratelimits declared as RateSpec.Verb Modifier and Type Field Description static RateSpec.VerbRateSpec. DEFAULT_VERBRateSpec.VerbRateSpec. verbMethods in io.engineblock.activityapi.ratelimits that return RateSpec.Verb Modifier and Type Method Description RateSpec.VerbRateSpec. getVerb()static RateSpec.VerbRateSpec.Verb. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RateSpec.Verb[]RateSpec.Verb. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.engineblock.activityapi.ratelimits with parameters of type RateSpec.Verb Modifier and Type Method Description RateSpecRateSpec. withVerb(RateSpec.Verb verb)Constructors in io.engineblock.activityapi.ratelimits with parameters of type RateSpec.Verb Constructor Description RateSpec(double opsPerSec, double burstRatio, RateSpec.Verb type)
-