Package akka.actor.typed.receptionist
-
Interface Summary Interface Description Receptionist.Listing Scala APIReceptionist.Registered Scala API -
Class Summary Class Description Receptionist Register and discover actors that implement a service with a protocol defined by aServiceKey
.Receptionist.Command The set of commands accepted by a Receptionist.Receptionist.Find$ Scala API:Receptionist.Listing$ Receptionist.Register$ Receptionist.Registered$ Receptionist.Subscribe$ Scala API:Receptionist$ The set of commands accepted by a Receptionist.ReceptionistSetup Can be used inActorSystemSetup
when starting theActorSystem
to replace the default implementation of theReceptionist
extension.ReceptionistSetup$ Java API: Sent by the receptionist, available here for easier testingServiceKey<T> Scala API: Provides a type safe pattern match for listings.ServiceKey$ Scala API: Creates a service key.