public class ReadResult
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResolvedEvent> |
getEvents()
Returns all the events of the read operation.
|
long |
getFirstStreamPosition()
When reading from a regular stream, returns the first event revision number of the stream.
|
Position |
getLastAllStreamPosition()
When reading from $all stream, returns the last event position.
|
long |
getLastStreamPosition()
When reading from a regular stream, returns the last event revision number of the stream.
|
java.lang.String |
toString() |
public java.util.List<ResolvedEvent> getEvents()
public long getFirstStreamPosition()
public long getLastStreamPosition()
public Position getLastAllStreamPosition()
public java.lang.String toString()
toString in class java.lang.Object