Packages

  • package root
    Definition Classes
    root
  • package akka
    Definition Classes
    root
  • package actor
    Definition Classes
    akka
  • package typed
    Definition Classes
    actor
  • package receptionist
    Definition Classes
    typed
  • abstract class ServiceKey[T] extends AbstractServiceKey

    A service key is an object that implements this trait for a given protocol T, meaning that it signifies that the type T is the entry point into the protocol spoken by that service (think of it as the set of first messages that a client could send).

    A service key is an object that implements this trait for a given protocol T, meaning that it signifies that the type T is the entry point into the protocol spoken by that service (think of it as the set of first messages that a client could send).

    Not for user extension, see factories in companion object: ServiceKey#create and ServiceKey#apply

    Definition Classes
    receptionist
    Annotations
    @DoNotInherit()
  • Listing
  • Registered

object Registered

Scala API: Provides a type safe pattern match for registration acks

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

Value Members

  1. def unapply(l: Registered): Option[ActorRef[T]]