Query Handling

This chapter we will cover the process of handling and dispatching queries within an Axon application in more detail. Queries resemble the "request for data" by some component, typically answered by a "projection" or "view model". The latter is what is called the Query Model; a model tailored towards answering queries, updated by event handlers.

Axon Coding Tutorial #4: - The Query Model

Last updated