Uses of Class
io.lettuce.core.output.VoidOutput
| Package | Description |
|---|---|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
-
Uses of VoidOutput in io.lettuce.core.output
Methods in io.lettuce.core.output that return VoidOutput Modifier and Type Method Description static <K, V> VoidOutput<K,V>VoidOutput. create()Returns an instance ofVoidOutputcoerced to the expected generics.