resend

abstract fun resend(aggregateId: AggregateId, headVersion: Int, tailVersion: Int, target: CompensationTarget): Mono<Long>

Resends events for the specified version range.

Return

A Mono emitting the number of events resent

Parameters

aggregateId

The aggregate ID to resend events for

headVersion

The starting version (inclusive)

tailVersion

The ending version (inclusive)

target

The compensation target