DomainEventCompensator
class DomainEventCompensator(eventStore: EventStore, eventBus: DomainEventBus) : EventCompensator<DomainEventStream>
Functions
Link copied to clipboard
open override fun compensate(eventStream: DomainEventStream, target: CompensationTarget): Mono<Void>
Link copied to clipboard
open override fun resend(aggregateId: AggregateId, headVersion: Int, tailVersion: Int, target: CompensationTarget): Mono<Long>