Interface RedisStreamReactiveOperations.StreamXreadBuilder<A,B>

Type Parameters:
A - key type
B - value type
Enclosing interface:
RedisStreamReactiveOperations<A,B>

public static interface RedisStreamReactiveOperations.StreamXreadBuilder<A,B>
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] id [id ...]
Since:
1.4
Author:
Jeremy Kuhn