object AskPattern

The ask-pattern implements the initiator side of a request–reply protocol.

See AskPattern.Askable.ask for details

Source
AskPattern.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AskPattern
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class Askable[Req] extends AnyVal

    See ask

    See ask

    Req

    The request protocol, what the other actor accepts

Value Members

  1. implicit def schedulerFromActorSystem(implicit system: ActorSystem[_]): Scheduler

    Provides a scheduler from an actor system (that will likely already be implicit in the scope) to minimize ask boilerplate.