Class Shard$

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Shard$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Shard$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Props props​(java.lang.String typeName, java.lang.String shardId, scala.Function1<java.lang.String,​Props> entityProps, ClusterShardingSettings settings, scala.PartialFunction<java.lang.Object,​scala.Tuple2<java.lang.String,​java.lang.Object>> extractEntityId, scala.Function1<java.lang.Object,​java.lang.String> extractShardId, java.lang.Object handOffStopMessage, scala.Option<RememberEntitiesProvider> rememberEntitiesProvider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • Shard$

        public Shard$()
    • Method Detail

      • props

        public Props props​(java.lang.String typeName,
                           java.lang.String shardId,
                           scala.Function1<java.lang.String,​Props> entityProps,
                           ClusterShardingSettings settings,
                           scala.PartialFunction<java.lang.Object,​scala.Tuple2<java.lang.String,​java.lang.Object>> extractEntityId,
                           scala.Function1<java.lang.Object,​java.lang.String> extractShardId,
                           java.lang.Object handOffStopMessage,
                           scala.Option<RememberEntitiesProvider> rememberEntitiesProvider)