Package tw.teddysoft.ezddd.cqrs.usecase.query
package tw.teddysoft.ezddd.cqrs.usecase.query
-
ClassDescriptionArchive<T,
ID> Archive
is the interface for accessing data in the query database.Projection
is the interface for building read model that client needed.ProjectionInput
is a marker interface to represent input data ofProjection
.Projector
is a marker interface to project read model to save in query database.Query
is an interface to represent use case for query.