public class WriteResult
extends Object
Returned after writing to a stream.
-
Method Summary
boolean
Transaction log position of the write.
Next expected version of the stream.
int
-
Method Details
-
getNextExpectedRevision
Next expected version of the stream.
-
getLogPosition
Transaction log position of the write.
-
-
-