o

akka.cluster.sharding.ShardRegion

GetShardRegionState

object GetShardRegionState extends ShardRegionQuery with Product with Serializable

Send this message to a ShardRegion actor instance to request a CurrentShardRegionState which describes the current state of the region. The state contains information about what shards are running in this region and what entities are running on each of those shards.

Annotations
@SerialVersionUID()
Source
ShardRegion.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetShardRegionState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ShardRegionQuery
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All