Axon Framework · Schema

CommandHandler

CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Properties

Name Type Description
command string
clientId string
componentName string
View JSON Schema on GitHub

JSON Schema

axon-commandhandler-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CommandHandler",
  "type": "object",
  "properties": {
    "command": {
      "type": "string"
    },
    "clientId": {
      "type": "string"
    },
    "componentName": {
      "type": "string"
    }
  }
}