Interface Protocol.HistoryRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getChannel()
      string channel = 1;
      com.google.protobuf.ByteString getChannelBytes()
      string channel = 1;
      int getLimit()
      int32 limit = 7;
      boolean getReverse()
      bool reverse = 9;
      Protocol.StreamPosition getSince()
      .centrifugal.centrifuge.protocol.StreamPosition since = 8;
      boolean hasSince()
      .centrifugal.centrifuge.protocol.StreamPosition since = 8;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getChannel

        java.lang.String getChannel()
        string channel = 1;
        Returns:
        The channel.
      • getChannelBytes

        com.google.protobuf.ByteString getChannelBytes()
        string channel = 1;
        Returns:
        The bytes for channel.
      • getLimit

        int getLimit()
        int32 limit = 7;
        Returns:
        The limit.
      • hasSince

        boolean hasSince()
        .centrifugal.centrifuge.protocol.StreamPosition since = 8;
        Returns:
        Whether the since field is set.
      • getSince

        Protocol.StreamPosition getSince()
        .centrifugal.centrifuge.protocol.StreamPosition since = 8;
        Returns:
        The since.
      • getReverse

        boolean getReverse()
        bool reverse = 9;
        Returns:
        The reverse.