/gc-subscriptions

Illustration of Axon 3.3 subscription queries in the giftcard domain

Primary LanguageJavaApache License 2.0Apache-2.0

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.