Packages

p

zio

actors

package actors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ActorRef[-F[+_]] extends Serializable

    Reference to actor that might reside on local JVM instance or be available via remote communication

    Reference to actor that might reside on local JVM instance or be available via remote communication

    F

    wrapper type constructing DSL

  2. final class ActorSystem extends AnyRef

    Type representing running instance of actor system provisioning actor herding, remoting and actor creation and selection.

  3. final class Context extends AnyRef

    Context for actor used inside Stateful which provides self actor reference and actor creation/selection API

Value Members

  1. object Actor
  2. object ActorSystem

    Object providing constructor for Actor System with optional remoting module.

  3. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  4. object Supervisor

    Supervising policies

Ungrouped