Webinar: Introducing Subscription Queries

Presented by Frans van Buul Queries are, next to Commands and Events, a fundamental building block of any CQRS/Event Sourcing based application. As such, they're supported in Axon Framework since 3.1 by means of a QueryBus and @QueryHandler methods. But something has been missing so far: these queries were executed in a simple request/response fashion, …