Uses of Interface
io.lettuce.core.output.StreamingChannel
| Package | Description |
|---|---|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
-
Uses of StreamingChannel in io.lettuce.core.output
Subinterfaces of StreamingChannel in io.lettuce.core.output Modifier and Type Interface Description interfaceKeyStreamingChannel<K>Streaming API for multiple Keys.interfaceKeyValueStreamingChannel<K,V>Streaming API for multiple keys and values (tuples).interfaceScoredValueStreamingChannel<V>Streaming API for multiple Keys.