Actor Model · Example Payload

Actor Model Shard Example

Actor ModelConcurrencyDistributed Systems

Actor Model Shard Example is an example object payload from Actor Model, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

shardIdregionnodeIdentityCountstatus

Example Payload

Raw ↑
{
  "shardId": "shard-42",
  "region": "UserRegion",
  "nodeId": "akka://system@10.0.0.2:2551",
  "entityCount": 150,
  "status": "active"
}