Packages

package impl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class RateThrottlerMetric extends Product with Serializable
  2. case class RateThrottlerWorkspaceMetrics(wholeWorkspaceMetric: Option[RateThrottlerMetric], tiers: Map[Int, RateThrottlerMetric], specialLimits: Map[String, RateThrottlerMetric], updated: Long) extends Product with Serializable
  3. abstract class StandardRateThrottler[F[_]] extends SlackApiRateThrottler[F]
  4. final class StandardRateThrottlerImpl[F[_]] extends StandardRateThrottler[F]

Value Members

  1. object StandardRateThrottler

Ungrouped