Axon Framework · JSON Structure

Axon Eventprocessor Structure

Type: object Properties: 0
CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Axon Eventprocessor 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": "EventProcessor",
  "type": "object",
  "fields": [
    {
      "name": "name",
      "type": "string"
    },
    {
      "name": "mode",
      "type": "string"
    },
    {
      "name": "isStreaming",
      "type": "boolean"
    },
    {
      "name": "fullName",
      "type": "string"
    },
    {
      "name": "tokenStoreIdentifier",
      "type": "string"
    },
    {
      "name": "activeThreads",
      "type": "integer"
    },
    {
      "name": "canPause",
      "type": "boolean"
    },
    {
      "name": "isRunning",
      "type": "boolean"
    },
    {
      "name": "isError",
      "type": "boolean"
    }
  ]
}