DomainEventCompensator

Constructors

Link copied to clipboard
constructor(eventStore: EventStore, eventBus: DomainEventBus)

Functions

Link copied to clipboard
open fun compensate(aggregateId: AggregateId, version: Int, target: CompensationTarget): Mono<Long>
Link copied to clipboard
open override fun resend(aggregateId: AggregateId, headVersion: Int, tailVersion: Int, target: CompensationTarget): Mono<Long>