trait Deregistered extends AnyRef

Confirmation that the given akka.actor.typed.ActorRef no more associated with the ServiceKey in the local receptionist. Note that this does not guarantee that subscribers has yet seen that the service is deregistered.

Not for user extension

Annotations
@DoNotInherit()
Source
Receptionist.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Deregistered
  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. Protected

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