BatchWriteResult class abstract

Inheritance
Implementers
Annotations
  • @sealed

Constructors

BatchWriteResult(StreamState state, ResponseStream<BatchAppendResp> _responseStream)

Properties

actualPosition LogPosition
The LogPosition after the operation.
no setterinherited
actualState StreamState
The StreamState after the operation.
no setteroverride
actualType StreamStateType
The StreamStateType after the operation.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
Check if operation has completed. Operation is completed when all events are appended, and after cancel is called.
no setter
isError bool
Check if write failed
no setterinherited
isOK bool
Check if write succeeded
no setterinherited
isWrongExpectedVersion bool
Check if write failed because expected stream state failed
no setterinherited
nextExpectedStreamRevision StreamRevision
The expected StreamRevision on next write operation.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String
The name of the stream.
no setterinherited

Methods

cancel() Future<void>
Cancel call to server
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