Package-level declarations
Types
Link copied to clipboard
class DomainEventCompensator(eventStore: EventStore, eventBus: DomainEventBus) : EventCompensator<DomainEventStream>
Link copied to clipboard
class StateEventCompensator(stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, stateEventBus: StateEventBus) : EventCompensator<StateEvent<*>>