Class ReceptionistMessages.Register$
java.lang.Object
org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReceptionistMessages
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReceptionistMessages.Register$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ServiceKey<T> key, ActorRef<T> serviceInstance, scala.Option<ActorRef<Receptionist.Registered>> replyTo) final StringtoString()<T> scala.Option<scala.Tuple3<ServiceKey<T>,ActorRef<T>, scala.Option<ActorRef<Receptionist.Registered>>>> unapply(ReceptionistMessages.Register<T> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Register$
public Register$()
-
-
Method Details
-
toString
-
apply
public <T> ReceptionistMessages.Register<T> apply(ServiceKey<T> key, ActorRef<T> serviceInstance, scala.Option<ActorRef<Receptionist.Registered>> replyTo) -
unapply
public <T> scala.Option<scala.Tuple3<ServiceKey<T>,ActorRef<T>, unapplyscala.Option<ActorRef<Receptionist.Registered>>>> (ReceptionistMessages.Register<T> x$0)
-