Interface Protocol.SubscribeResultOrBuilder

    • Method Detail

      • getExpires

        boolean getExpires()
        bool expires = 1;
        Returns:
        The expires.
      • getTtl

        int getTtl()
        uint32 ttl = 2;
        Returns:
        The ttl.
      • getRecoverable

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

        java.lang.String getEpoch()
        string epoch = 6;
        Returns:
        The epoch.
      • getEpochBytes

        com.google.protobuf.ByteString getEpochBytes()
        string epoch = 6;
        Returns:
        The bytes for epoch.
      • getPublicationsList

        java.util.List<Protocol.Publication> getPublicationsList()
        repeated .centrifugal.centrifuge.protocol.Publication publications = 7;
      • getPublications

        Protocol.Publication getPublications​(int index)
        repeated .centrifugal.centrifuge.protocol.Publication publications = 7;
      • getPublicationsCount

        int getPublicationsCount()
        repeated .centrifugal.centrifuge.protocol.Publication publications = 7;
      • getRecovered

        boolean getRecovered()
        bool recovered = 8;
        Returns:
        The recovered.
      • getOffset

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

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

        com.google.protobuf.ByteString getData()
        bytes data = 11;
        Returns:
        The data.
      • getWasRecovering

        boolean getWasRecovering()
        bool was_recovering = 12;
        Returns:
        The wasRecovering.