Interface StreamsOuterClass.AppendResp.SuccessOrBuilder

    • Method Detail

      • hasCurrentRevision

        boolean hasCurrentRevision()
        uint64 current_revision = 1;
        Returns:
        Whether the currentRevision field is set.
      • getCurrentRevision

        long getCurrentRevision()
        uint64 current_revision = 1;
        Returns:
        The currentRevision.
      • hasNoStream

        boolean hasNoStream()
        .event_store.client.Empty no_stream = 2;
        Returns:
        Whether the noStream field is set.
      • getNoStream

        Shared.Empty getNoStream()
        .event_store.client.Empty no_stream = 2;
        Returns:
        The noStream.
      • getNoStreamOrBuilder

        Shared.EmptyOrBuilder getNoStreamOrBuilder()
        .event_store.client.Empty no_stream = 2;
      • hasPosition

        boolean hasPosition()
        .event_store.client.streams.AppendResp.Position position = 3;
        Returns:
        Whether the position field is set.
      • 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;