Class ClusterSharding$


  • public class ClusterSharding$
    extends java.lang.Object
    When an entity is created an ActorRef[ShardCommand] is passed to the factory method. The entity can request passivation by sending the Passivate message to this ref. Sharding will then send back the specified stopMessage message to the entity, which is then supposed to stop itself.

    Not for user extension.

    • Field Summary

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

      • MODULE$

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

      • ClusterSharding$

        public ClusterSharding$()