Class StartEntity$


  • public class StartEntity$
    extends java.lang.Object
    Returns ShardingEnvelope which can be sent via Cluster Sharding in order to wake up the specified (by entityId) Sharded Entity, ''without'' delivering a real message to it.
    • Field Summary

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

      Constructors 
      Constructor Description
      StartEntity$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <M> ShardingEnvelope<M> apply​(java.lang.String entityId)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • StartEntity$

        public StartEntity$()
    • Method Detail