Class EntityTypeKey$
- java.lang.Object
-
- akka.cluster.sharding.typed.javadsl.EntityTypeKey$
-
public class EntityTypeKey$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static EntityTypeKey$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EntityTypeKey$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> EntityTypeKey<T>
create(java.lang.Class<T> messageClass, java.lang.String name)
Creates anEntityTypeKey
.
-
-
-
Field Detail
-
MODULE$
public static final EntityTypeKey$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
create
public <T> EntityTypeKey<T> create(java.lang.Class<T> messageClass, java.lang.String name)
Creates anEntityTypeKey
. Thename
must be unique.
-
-