Module lettuce.core

Class ValueScanStreamingOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​T>
io.lettuce.core.output.ScanOutput<K,​V,​StreamScanCursor>
io.lettuce.core.output.ValueScanStreamingOutput<K,​V>
Type Parameters:
K - Key type.
V - Value type.

public class ValueScanStreamingOutput<K,​V>
extends ScanOutput<K,​V,​StreamScanCursor>
Streaming API for multiple Values. You can implement this interface in order to receive a call to onValue on every key.
Author:
Mark Paluch