@QueryHandler
annotated methods is discussed, as well as what options are present when it comes to dispatching queries.Query TypesAxon Framework makes a distinction between three types of queries, namely (1) Point-to-Point queries, (2) Scatter-Gather queries, and (3) Subscription queries.Click the links for specifics on how to implement each type of query.