scala.actors

migration

package migration

Visibility
  1. Public
  2. All

Type Members

  1. class AskableActorRef extends ActorRef

    ActorRef with support for ask(?) operation.

  2. class DeathPactException extends java.lang.Exception

    This message is thrown by default when an Actor does not handle termination.

  3. case class Props(creator: () ⇒ InternalActor, dispatcher: String) extends Product with Serializable

    ActorRef configuration object.

  4. case class Terminated(actor: ActorRef) extends Product with Serializable

    Message that is sent to a watching actor when the watched actor terminates.

  5. case class Timeout(duration: Duration) extends Product with Serializable

  6. trait StashingActor extends InternalActor

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Scala Actors are being removed from the standard library. Please refer to the migration guide.

Value Members

  1. object ActorDSL

  2. object StashingActor extends Combinators with Serializable

  3. object Timeout extends Serializable

  4. object pattern

Ungrouped