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[F[_]] extends SlackApiRateThrottler[F]
- final class StandardRateThrottlerImpl[F[_]] extends StandardRateThrottler[F]
Value Members
- object StandardRateThrottler