Class XPendingArgs
java.lang.Object
io.quarkus.redis.datasource.stream.XPendingArgs
- All Implemented Interfaces:
RedisCommandExtraArguments
-
Constructor Details
-
XPendingArgs
public XPendingArgs()
-
-
Method Details
-
consumer
Sets the specific owner of the message- Parameters:
owner- the name of the consumer- Returns:
- the current
XPendingArgs
-
idle
Filters pending stream entries by their idle-time.- Parameters:
idle- the duration- Returns:
- the current
XPendingArgs
-
idle
-
toArgs
- Specified by:
toArgsin interfaceRedisCommandExtraArguments- Returns:
- the list of arguments.
-