Axon Framework · Example Payload

Axon Clusternode Example

CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Axon Clusternode Example is an example object payload from Axon Framework, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schematitleexample

Example Payload

Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClusterNode",
  "example": {
    "name": "example-axon-clusternod",
    "hostName": "example-axon-clusternod",
    "grpcPort": 11,
    "httpPort": 87,
    "internalHostName": "example-axon-clusternod",
    "internalGrpcPort": 68
  }
}