Axon Reference Guide
Axon Reference Guide
AxonIQ
Download Axon
4.2
Introduction
Quick Start
Architecture Overview
Axon Server
Release Notes
Setting Up
Prerequisites
Maven/Gradle Dependencies
Spring Boot
Starting the Axon Server
Implementing Domain Logic
Command handling
Aggregate
Multi-entity Aggregates
External Command Handlers
State-Stored Aggregates
Dispatching Commands
Testing
Aggregate Creation from another Aggregate
Conflict Resolution
Event handling
Query Handling
Complex Business Transactions
Configuring Infrastructure Components
Messaging concepts
Command Processing
Event Processing
Query Processing
Deadlines
Operations Guide
Setting up Axon Server
Production Considerations
Runtime Tuning
Extensions
Spring AMQP
Kafka
JGroups
Spring Cloud
Mongo
Tracing
Appendices
A. RDBMS Tuning
B. Message Handler Tuning
C. Meta Annotations
D. Identifier Generation
Powered by GitBook

Command handling

In this chapter we will cover the process of handling and dispatching commands within an Axon application in more detail. Topics like Aggregate modelling, external command handlers, command dispatching and testing will be covered here. For a more in depth explanation of what a Command Model or Aggregate is we recommend reading the DDD and CQRS concepts chapter.

​Axon Coding Tutorial #3: - The Command Model​

Setting Up - Previous
Starting the Axon Server
Next
Aggregate
Last updated 4 months ago