Class StartEntity


  • public class StartEntity
    extends java.lang.Object
    Allows starting a specific Sharded Entity by its entity identifier
    • Constructor Summary

      Constructors 
      Constructor Description
      StartEntity()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <M> ShardingEnvelope<M> create​(java.lang.Class<M> msgClass, java.lang.String entityId)
      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.
      • Methods inherited from class java.lang.Object

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

      • StartEntity

        public StartEntity()
    • Method Detail

      • create

        public static <M> ShardingEnvelope<M> create​(java.lang.Class<M> msgClass,
                                                     java.lang.String entityId)
        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.