Axon Framework · JSON Structure

Axon Clusternode Structure

Type: object Properties: 0
CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Axon Clusternode 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": "ClusterNode",
  "type": "object",
  "fields": [
    {
      "name": "name",
      "type": "string"
    },
    {
      "name": "hostName",
      "type": "string"
    },
    {
      "name": "grpcPort",
      "type": "integer"
    },
    {
      "name": "httpPort",
      "type": "integer"
    },
    {
      "name": "internalHostName",
      "type": "string"
    },
    {
      "name": "internalGrpcPort",
      "type": "integer"
    },
    {
      "name": "connected",
      "type": "boolean"
    }
  ]
}