akka.actor

Actors

object Actors extends

Visibility
  1. Public
  2. All

Value Members

  1. def actorOf (type: java.lang.Class[_ <: akka.actor.Actor]): ActorRef

  2. def actorOf (factory: Creator[Actor]): ActorRef

  3. def kill (): Kill$

    Attributes
    final
  4. def poisonPill (): PoisonPill$

    Attributes
    final
  5. def receiveTimeout (): ReceiveTimeout$

    Attributes
    final
  6. def registry (): ActorRegistry

  7. def remote (): RemoteSupport