Once we have the Axon framework in place, we can add REST APIs to it. We look at how to add these endpoints and how they’re unit tested.
Also find me here:
Baeldung Author
Gerard Klijs
Gerard Klijs is a developer at AxonIQ. In previous projects, he has worked a lot with Apache Kafka. He works both on the Axon Framework itself, and some of the extensions, like the Kafka and Mongo extension. I like to dabble in less proven technology and languages like Clojure, Rust, WebAssembly, GraphQL and gRPC.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Persistence (1)
- Spring (1)
- REST (1)
- Programming (1)
- NoSQL (1)
Persisting the Query Model
Filed under NoSQL, Spring Persistence
Look at persisting Axon framework’s query model.
Dispatching Queries in Axon Framework
Filed under Programming
Learn how to dispatch point-to-point, scatter-gather, and subscription queries in Axon Framework.