public interface ConflictDescription
Modifier and Type | Method and Description |
---|---|
long |
actualVersion()
The actual version of the loaded aggregate
|
String |
aggregateIdentifier()
The identifier of the conflicting aggregate, as a String.
|
long |
expectedVersion()
The expected version, as indicated when loading the aggregate
|
List<DomainEventMessage<?>> |
unexpectedEvents()
The list of events that have been registered with this aggregate since the expected version.
|
String aggregateIdentifier()
long expectedVersion()
long actualVersion()
List<DomainEventMessage<?>> unexpectedEvents()
Copyright © 2010–2023. All rights reserved.