Package

akka.typed

patterns

Permalink

package patterns

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Receptionist extends AnyRef

    Permalink

Value Members

  1. object Receiver

    Permalink
  2. object Receptionist

    Permalink

    A Receptionist is an entry point into an Actor hierarchy where select Actors publish their identity together with the protocols that they implement.

    A Receptionist is an entry point into an Actor hierarchy where select Actors publish their identity together with the protocols that they implement. Other Actors need only know the Receptionist’s identity in order to be able to use the services of the registered Actors.

Ungrouped