Skip to content

Illustration of Axon 3.3 subscription queries in the giftcard domain

License

Notifications You must be signed in to change notification settings

fransvanbuul/gc-subscriptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gc-subscriptions

This is a simple demo application intended to show Axon Framework's 3.3 new subscription query functionality.

It is based on the simple GiftCard demo domain that we've used in other examples: gift cards get issued at a certain value and can be redeemed until they're depleted. We have a small GUI that allows us to initiate both operations (command and issue) and shows a table of gift cards that have been issued and their current balance. We'll be using the subscription query functionality to push updates about gift cards to that table.

Tech stack used:

The application can simply be run (e.g. "mvn spring-boot:run") and accessed on http://localhost:8080 . There are no external dependencies.

About

Illustration of Axon 3.3 subscription queries in the giftcard domain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages