Interface StreamsOuterClass.ReadResp.ReadEventOrBuilder

    • Method Detail

      • hasEvent

        boolean hasEvent()
        .event_store.client.streams.ReadResp.ReadEvent.RecordedEvent event = 1;
        Returns:
        Whether the event field is set.
      • hasLink

        boolean hasLink()
        .event_store.client.streams.ReadResp.ReadEvent.RecordedEvent link = 2;
        Returns:
        Whether the link field is set.
      • hasCommitPosition

        boolean hasCommitPosition()
        uint64 commit_position = 3;
        Returns:
        Whether the commitPosition field is set.
      • getCommitPosition

        long getCommitPosition()
        uint64 commit_position = 3;
        Returns:
        The commitPosition.
      • hasNoPosition

        boolean hasNoPosition()
        .event_store.client.Empty no_position = 4;
        Returns:
        Whether the noPosition field is set.
      • getNoPosition

        Shared.Empty getNoPosition()
        .event_store.client.Empty no_position = 4;
        Returns:
        The noPosition.
      • getNoPositionOrBuilder

        Shared.EmptyOrBuilder getNoPositionOrBuilder()
        .event_store.client.Empty no_position = 4;