Uses of Record Class
io.camunda.zeebe.logstreams.impl.flowcontrol.RateLimit.Throttling
Packages that use RateLimit.Throttling
-
Uses of RateLimit.Throttling in io.camunda.zeebe.logstreams.impl.flowcontrol
Methods in io.camunda.zeebe.logstreams.impl.flowcontrol that return RateLimit.ThrottlingModifier and TypeMethodDescriptionRateLimit.throttling()Returns the value of thethrottlingrecord component.Constructors in io.camunda.zeebe.logstreams.impl.flowcontrol with parameters of type RateLimit.ThrottlingModifierConstructorDescriptionRateLimit(boolean enabled, int limit, Duration rampUp, RateLimit.Throttling throttling) Creates an instance of aRateLimitrecord class.