Registry / other / axon-core

axon-core

JSON →
library3.4.4javamavenunverified

Provides building blocks for implementing Command Query Responsibility Segregation (CQRS) and Event Sourcing architectures in Java.

<dependency> <groupId>org.axonframework</groupId> <artifactId>axon-core</artifactId> <version>3.4.4</version> </dependency>
INSTALL
IMPORT
SIG · AXON-CORE
A
axon-core
otherjavav3.4.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CommandHandler
org.axonframework.commandhandling.CommandHandler

Annotates a command handler method in an aggregate

import org.axonframework.commandhandling.CommandHandler; public class MyAggregate { @CommandHandler public void handle(CreateMyAggregateCommand cmd) { // handle command } }
Debug
Known issues
breakingVersion 3.x is outdated; consider upgrading to 4.x for new features
fix
Migrate to Axon 4.x following the official migration guide
affects: <=3.4.4
Upgrade
Version history
3.4.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Meta
1
Resources
axon-core — mvn dependency:get axon-core · libregistry