Interface Protocol.HistoryRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.HistoryRequest
,Protocol.HistoryRequest.Builder
- Enclosing class:
- Protocol
public static interface Protocol.HistoryRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
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()
2-6 skipped here for backwards compatibility.boolean
getReverse()
bool reverse = 9;
Protocol.StreamPosition
getSince()
.centrifugal.centrifuge.protocol.StreamPosition since = 8;
boolean
hasSince()
.centrifugal.centrifuge.protocol.StreamPosition since = 8;
-
-
-
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()
2-6 skipped here for backwards compatibility.
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.
-
-