Class ServiceKey$
java.lang.Object
org.apache.pekko.actor.typed.receptionist.ServiceKey$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServiceKey$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ServiceKey<T>Scala API: Creates a service key.<T> ServiceKey<T>Java API: Creates a service key.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ServiceKey$
public ServiceKey$()
-
-
Method Details
-
apply
Scala API: Creates a service key. The given ID should uniquely define a service with a given protocol. -
create
Java API: Creates a service key. The given ID should uniquely define a service with a given protocol.
-