Class ReceptionistImpl
- java.lang.Object
-
- akka.actor.typed.receptionist.Receptionist
-
- akka.actor.typed.internal.receptionist.ReceptionistImpl
-
- All Implemented Interfaces:
Extension
public class ReceptionistImpl extends Receptionist
INTERNAL API
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.actor.typed.receptionist.Receptionist
Receptionist.Command, Receptionist.Find$, Receptionist.Listing, Receptionist.Listing$, Receptionist.Register$, Receptionist.Registered, Receptionist.Registered$, Receptionist.Subscribe$
-
-
Constructor Summary
Constructors Constructor Description ReceptionistImpl(ActorSystem<?> system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef<Receptionist.Command>
ref()
-
Methods inherited from class akka.actor.typed.receptionist.Receptionist
apply, createExtension, equals, find, get, hashCode, id, listing, listing, register, register, registered, subscribe
-
-
-
-
Constructor Detail
-
ReceptionistImpl
public ReceptionistImpl(ActorSystem<?> system)
-
-
Method Detail
-
ref
public ActorRef<Receptionist.Command> ref()
- Specified by:
ref
in classReceptionist
-
-