Package-level declarations
Types
Marker interface for events indicating that an aggregate has been deleted.
Marker interface for events indicating that a previously deleted aggregate has been recovered.
Default implementation of AggregateDeleted for simple deletion events.
Default implementation of AggregateRecovered for simple recovery events.
Represents a domain event published by an aggregate in response to a command.
Represents a domain event message within the Wow framework's event sourcing architecture.
Marker interface indicating that a domain event should be ignored during state aggregation and event sourcing.
Represents a domain event indicating that ownership of an aggregate has been transferred to a new owner.
Represents a domain event indicating that an aggregate has been transferred to a different namespace/space.