Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class DomainEventCompensationFilter(commandBus: CommandBus) : EventCompensationFilter<DomainEventExchange<*>>
Link copied to clipboard
@Order(value = -2147483648, after = [EventHandledNotifierFilter::class, SagaHandledNotifierFilter::class, ProjectedNotifierFilter::class, SnapshotNotifierFilter::class], before = [RetryableFilter::class] )
Link copied to clipboard
class StateEventCompensationFilter(commandBus: CommandBus) : EventCompensationFilter<StateEventExchange<*>>