java.lang.Object
org.apache.pekko.cluster.sharding.typed.scaladsl.StartEntity

public class StartEntity extends Object
Allows starting a specific Sharded Entity by its entity identifier
  • Constructor Details

    • StartEntity

      public StartEntity()
  • Method Details

    • apply

      public static <M> ShardingEnvelope<M> apply(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.