ConflictingEvent
final class ConflictingEvent (View source)
Methods
__construct(EventInterface $event, Throwable $exception, SequenceNumber $sequenceNumber)
No description
NodeAggregateId|null
getAffectedNodeAggregateId()
The node aggregate id of the conflicting event
getException()
The exception for the conflict
SequenceNumber
getSequenceNumber()
The event store sequence number of the event containing the command to be rebased
getEvent()
The event that conflicts
Details
__construct(EventInterface $event, Throwable $exception, SequenceNumber $sequenceNumber)
| internal |
No description
NodeAggregateId|null
getAffectedNodeAggregateId()
The node aggregate id of the conflicting event
Throwable
getException()
The exception for the conflict
SequenceNumber
getSequenceNumber()
| internal | exposed for testing |
The event store sequence number of the event containing the command to be rebased
EventInterface
getEvent()
| internal | exposed for testing and experimental use cases |
The event that conflicts