o

akka.cluster.sharding.ShardRegion

GetCurrentRegions

object GetCurrentRegions extends ShardRegionQuery with Product with Serializable

Send this message to the ShardRegion actor to request for CurrentRegions, which contains the addresses of all registered regions. Intended for testing purpose to see when cluster sharding is "ready" or to monitor the state of the shard regions.

Annotations
@SerialVersionUID()
Source
ShardRegion.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetCurrentRegions
  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