Raptor Aggregate Projection Definition
data class RaptorAggregateProjectionDefinition<Projection : RaptorAggregateProjection<Id>, Id : RaptorAggregateProjectionId, Event : RaptorAggregateChange<Id>>(val factory: () -> RaptorAggregateProjector.Incremental<Projection, Id, Event>? = null, val idClass: KClass<Id>, val projectionClass: KClass<Projection>)
Constructors
Link copied to clipboard
fun <Projection : RaptorAggregateProjection<Id>, Id : RaptorAggregateProjectionId, Event : RaptorAggregateChange<Id>> RaptorAggregateProjectionDefinition(factory: () -> RaptorAggregateProjector.Incremental<Projection, Id, Event>? = null, idClass: KClass<Id>, projectionClass: KClass<Projection>)