Class TickTimeTokenBucket
Default implementation of Akka.Util.TokenBucket that uses Ticks as the time source.
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public sealed class TickTimeTokenBucket : TokenBucket
Constructors
| Improve this Doc View SourceTickTimeTokenBucket(Int64, Int64)
TBD
Declaration
public TickTimeTokenBucket(long capacity, long period)
Parameters
Type | Name | Description |
---|---|---|
Int64 | capacity | TBD |
Int64 | period | TBD |
Properties
| Improve this Doc View SourceCurrentTime
TBD
Declaration
public override long CurrentTime { get; }
Property Value
Type | Description |
---|---|
Int64 |
Overrides
Akka.Util.TokenBucket.CurrentTime