package common
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- common
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Config(host: String, port: Int, maxTokens: Long, timeWindowInSec: Long) extends Product with Serializable
- sealed trait RateLimitError extends Exception
- case class RedisConnectionError(msg: String) extends Exception with RateLimitError with Product with Serializable
Value Members
- val counterSuffix: String
- val lastResetTimeSuffix: String
- val luaCode: String
- object RateLimitExceeded extends Exception with RateLimitError