NamedAggregateTypeSearcher
class NamedAggregateTypeSearcher(source: Map<MaterializedNamedAggregate, Class<*>>) : AggregateSearcher, Map<MaterializedNamedAggregate, Class<*>>
Searcher that maps named aggregates to their corresponding aggregate types (classes). Allows lookup of aggregate classes by their named aggregate identifiers.
Parameters
source
The underlying map from materialized named aggregates to aggregate classes.