Axon Framework · JSON-LD Context

Axon Framework Context

JSON-LD context defining the semantic vocabulary for Axon Framework from Axon Framework.

10 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

axon: https://docs.axoniq.io/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Event CommandHandler QueryHandler Context CreateContextRequest Application User CreateUserRequest ClusterNode EventProcessor

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "axon": "https://docs.axoniq.io/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Event": "axon:Event",
    "CommandHandler": "axon:CommandHandler",
    "QueryHandler": "axon:QueryHandler",
    "Context": "axon:Context",
    "CreateContextRequest": "axon:CreateContextRequest",
    "Application": "axon:Application",
    "User": "axon:User",
    "CreateUserRequest": "axon:CreateUserRequest",
    "ClusterNode": "axon:ClusterNode",
    "EventProcessor": "axon:EventProcessor"
  }
}