akka

package akka

Visibility
  1. Public
  2. All

Type Members

  1. class AkkaException extends RuntimeException with Serializable

    Akka base Exception.

  2. class ConfigurationException extends AkkaException

    This exception is thrown when Akka detects a problem with the provided configuration

  3. trait OnlyCauseStackTrace extends AnyRef

    Mix in this trait to suppress the StackTrace for the instance of the exception but not the cause, scala.

Value Members

  1. object Main

    Main class to start an akka.actor.ActorSystem with one top level application supervisor actor.

  2. package actor

  3. package agent

  4. package cluster

  5. package dataflow

  6. package dispatch

  7. package event

  8. package io

  9. package japi

  10. package kernel

  11. package osgi

  12. package pattern

    This package is used as a collection point for usage patterns which involve actors, futures, etc.

  13. package remote

  14. package routing

  15. package serialization

  16. package transactor

  17. package util

Ungrouped