Class EntityTypeKey$

java.lang.Object
org.apache.pekko.cluster.sharding.typed.javadsl.EntityTypeKey$

public class EntityTypeKey$ extends Object
  • Field Details

    • MODULE$

      public static final EntityTypeKey$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • EntityTypeKey$

      public EntityTypeKey$()
  • Method Details

    • create

      public <T> EntityTypeKey<T> create(Class<T> messageClass, String name)
      Creates an EntityTypeKey. The name must be unique.