StreamDeletedEvent class

Event received by subscriptions if the stream is tombstoned (hard delete)

Inheritance

Constructors

StreamDeletedEvent.from(ResolvedEvent event)
factory

Properties

event EventRecord
If this ResolvedEvent represents a link event, the event will be the resolved link event, otherwise it will be the single event.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isResolved bool
Indicates whether this ResolvedEvent is a resolved link event.
no setterinherited
The link event if this ResolvedEvent is a link event.
finalinherited
originalEvent EventRecord
Returns the event that was read or which triggered the subscription.
no setterinherited
originalEventId → UuidValue
The event id of the originalEvent.
no setterinherited
originalEventNumber StreamPosition
The StreamPosition in the stream of the originalEvent.
no setterinherited
originalEventType String
The type of the originalEvent.
no setterinherited
originalPosition LogPosition?
LogPosition of the originalEvent if available.
finalinherited
originalStreamId String
The stream name of the originalEvent.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

Position StreamPosition
final