Package com.eventstore.dbclient
Class DeleteResult
- java.lang.Object
-
- com.eventstore.dbclient.DeleteResult
-
public class DeleteResult extends java.lang.ObjectObject returned on a successful stream deletion request.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)PositiongetPosition()Returns the transaction log position of the stream deletion.inthashCode()
-
-
-
Method Detail
-
getPosition
public Position getPosition()
Returns the transaction log position of the stream deletion.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-