akka.contrib

throttle

package throttle

Visibility
  1. Public
  2. All

Type Members

  1. class TimerBasedThrottler extends Actor with FSM[State, Data]

    A throttler that uses a timer to control the message delivery rate.

Value Members

  1. object Throttler

    A throttler is an actor that is defined through a target actor and a rate (of type akka.contrib.throttle.Throttler.Rate).

Ungrouped