Class EntityTypeKey$

java.lang.Object
org.apache.pekko.cluster.sharding.typed.scaladsl.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

    • apply

      public <T> EntityTypeKey<T> apply(String name, scala.reflect.ClassTag<T> tTag)
      Creates an EntityTypeKey. The name must be unique.