Packages

trait Registered extends AnyRef

Confirmation that the given akka.actor.typed.ActorRef has been associated with the ServiceKey.

You can use key.Registered for type-safe pattern matching.

Not for user extension

Annotations
@DoNotInherit()
Source
Receptionist.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Registered
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getServiceInstance[T](key: ServiceKey[T]): ActorRef[T]

    Java API

  2. abstract def isForKey(key: ServiceKey[_]): Boolean
  3. abstract def key: ServiceKey[_]

    Scala API

  4. abstract def serviceInstance[T](key: ServiceKey[T]): ActorRef[T]

    Scala API

    Scala API

    Also, see ServiceKey.Listing for more convenient pattern matching

Concrete Value Members

  1. def getKey: ServiceKey[_]

    Java API