RaptorAggregateProjectionEvent

fun <out Projection : RaptorProjection<ProjectionId>, out Change : RaptorAggregateChange<ProjectionId>> RaptorAggregateProjectionEvent(change: Change, id: RaptorAggregateEventId, previousProjection: Projection? = null, projection: Projection?, timestamp: Timestamp, version: Int, lastVersionInBatch: Int = version)