Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.56 KB

introduction.md

File metadata and controls

28 lines (23 loc) · 2.56 KB

Introduction

Legacy Documentation Warning!

Since the first of October 2024, we moved Axon's documentation from the "Reference Guide" to "AxonIQ Docs." You can find the latter at https://docs.axoniq.io/

Hence, if you are looking for the documentation for newer versions of Axon Framework, Axon Server, or any of the Framework Extensions, we strongly recommend you browse to AxonIQ Docs instead.

This section of the reference guide intends to cover in detail the capabilities that the Axon Framework provides to help build applications based on CQRS/DDD and Event Sourcing

A summary of the various sub-sections is given below.

Sub-Section Purpose
Upgrading to 4.7 Step plan explaining how to upgrade to Axon Framework 4.7
Messaging Concepts Conceptual overview of "Messages" within the Axon Framework
Commands Command Message Development using the Axon Framework
Events Event Message Development using the Axon Framework
Queries Query Message Development using the Axon Framework
Sagas Long Running Transaction development using the Axon Framework
Testing Testing capabilities provided by the Axon Framework
Serialization Details on the serialization capabilities provided by the Axon Framework
Tuning Tuning capabilities provided by the Axon Framework
Monitoring and Metrics Monitoring and Metric capabilities provided by the Axon Framework
Spring Boot Integration Axon Framework integration with Spring Boot
Modules Modules provided by the Axon Framework