📝
reference-guide-feature
Ctrlk
  • Introduction
  • Architecture Overview
  • Axon Server
  • Release Notes
  • Getting Started
    • Quick Start
  • Axon Framework
    • Introduction
    • Messaging Concepts
    • Commands
      • Modeling
        • Aggregate
        • Multi-Entity Aggregates
        • State Stored Aggregates
        • Aggregate Creation from another Aggregate
        • Aggregate Polymorphism
        • Conflict Resolution
      • Command Dispatchers
      • Command Handlers
      • Implementations
      • Configuration
    • Events
    • Queries
    • Sagas
    • Deadlines
    • Testing
    • Tuning
    • Monitoring and Metrics
    • Spring Boot Integration
    • Modules
  • Axon Server
    • Introduction
    • Installation
    • Administration
    • Security
    • Performance
    • Migration
  • Extensions
    • Spring AMQP
    • JGroups
    • Kafka
    • Kotlin
    • Mongo
    • Reactor
    • Spring Cloud
    • Tracing
  • Appendices
    • A. RDBMS Tuning
    • B. Message Handler Tuning
    • C. Meta Annotations
    • D. Identifier Generation
    • E. Axon Server Query Language
Powered by GitBook
On this page

Was this helpful?

  1. Axon Framework
  2. Commands

Modeling

AggregateMulti-Entity AggregatesState Stored AggregatesAggregate Creation from another AggregateAggregate PolymorphismConflict Resolution
PreviousCommandsNextAggregate

Last updated 4 years ago

Was this helpful?