package impl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class RateThrottlerMetric extends Product with Serializable
- case class RateThrottlerWorkspaceMetrics(wholeWorkspaceMetric: Option[RateThrottlerMetric], tiers: Map[Int, RateThrottlerMetric], specialLimits: Map[String, RateThrottlerMetric], updated: Long) extends Product with Serializable
- abstract class StandardRateThrottler extends SlackApiRateThrottler
- final class StandardRateThrottlerImpl extends StandardRateThrottler
Value Members
- object StandardRateThrottler