Axon Framework · JSON Structure

Axon Createcontextrequest Structure

Type: object Properties: 0
CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Axon Createcontextrequest Structure is a JSON Structure definition published by Axon Framework. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "CreateContextRequest",
  "type": "object",
  "fields": [
    {
      "name": "context",
      "type": "string"
    },
    {
      "name": "replicationGroup",
      "type": "string"
    },
    {
      "name": "nodes",
      "type": "array"
    }
  ]
}