Interface Protocol.SubscribeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Protocol.Subscribe, Protocol.Subscribe.Builder
    Enclosing class:
    Protocol

    public static interface Protocol.SubscribeOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      bytes data = 7;
      java.lang.String getEpoch()
      2-3 skipped here for backwards compatibility.
      com.google.protobuf.ByteString getEpochBytes()
      2-3 skipped here for backwards compatibility.
      long getOffset()
      uint64 offset = 5;
      boolean getPositioned()
      bool positioned = 6;
      boolean getRecoverable()
      bool recoverable = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getRecoverable

        boolean getRecoverable()
        bool recoverable = 1;
        Returns:
        The recoverable.
      • getEpoch

        java.lang.String getEpoch()
         2-3 skipped here for backwards compatibility.
         
        string epoch = 4;
        Returns:
        The epoch.
      • getEpochBytes

        com.google.protobuf.ByteString getEpochBytes()
         2-3 skipped here for backwards compatibility.
         
        string epoch = 4;
        Returns:
        The bytes for epoch.
      • getOffset

        long getOffset()
        uint64 offset = 5;
        Returns:
        The offset.
      • getPositioned

        boolean getPositioned()
        bool positioned = 6;
        Returns:
        The positioned.
      • getData

        com.google.protobuf.ByteString getData()
        bytes data = 7;
        Returns:
        The data.