Module query

Source
Expand description

Module query contains types and helpful abstractions to model Domain Queries and implement Domain Query Handlers.

Traits§

Handler
An Handler describes an implementation that is able to handle specific Queries.

Type Aliases§

Envelope
A Message carrying the Domain Query itself as payload and other relevant information as metadata.