Package com.eventstore.dbclient
Class ResolvedEvent
java.lang.Object
com.eventstore.dbclient.ResolvedEvent
Represents an event with a potential link.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEvent()The event, or the resolved linked event if the original event is a link.getLink()The link event if the original event is a link.Returns the event that was read or which triggered the subscription.Returns the transaction log position of the resolved event.inthashCode()toString()
-
Constructor Details
-
ResolvedEvent
-
-
Method Details
-
getEvent
The event, or the resolved linked event if the original event is a link. -
getLink
The link event if the original event is a link. -
getOriginalEvent
Returns the event that was read or which triggered the subscription. If the resolved event represents a link event, the link will be the original event, otherwise it will be the event. -
getPosition
Returns the transaction log position of the resolved event.- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-