Axon Framework · Schema

QueryHandler

CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Properties

Name Type Description
query string
clientId string
componentName string
resultName string
View JSON Schema on GitHub

JSON Schema

axon-queryhandler-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "QueryHandler",
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    },
    "clientId": {
      "type": "string"
    },
    "componentName": {
      "type": "string"
    },
    "resultName": {
      "type": "string"
    }
  }
}