events
fun <ProjectionId : RaptorAggregateProjectionId, Projection : RaptorProjection<ProjectionId>, Change : RaptorAggregateChange<ProjectionId>> Flow<RaptorAggregateProjectionStreamMessage<ProjectionId, Projection, Change>>.events(): Flow<RaptorAggregateProjectionEvent<ProjectionId, Projection, Change>>
fun <AggregateId : RaptorAggregateId, Change : RaptorAggregateChange<AggregateId>> Flow<RaptorAggregateStreamMessage<AggregateId, Change>>.events(): Flow<RaptorAggregateEvent<AggregateId, Change>>