case object GetCurrentRegions extends ShardRegionQuery with ClusterShardingSerializable 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. Product
  3. Equals
  4. ClusterShardingSerializable
  5. Serializable
  6. ShardRegionQuery
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product