Package org.redisson.api.stream
Interface StreamStartIdArgs<T>
- All Known Implementing Classes:
StreamPendingRangeParams
public interface StreamStartIdArgs<T>
- Author:
- seakider
-
Method Summary
Modifier and TypeMethodDescriptionstartId(StreamMessageId startId) Defines startId in range inclusivestartIdExclusive(StreamMessageId startId) Defines startId in range exclusive
-
Method Details
-
startId
Defines startId in range inclusive- Parameters:
startId-- Returns:
- next options
-
startIdExclusive
Defines startId in range exclusive- Parameters:
startId-- Returns:
- next options
-