V - Value type.@FunctionalInterface public interface KeyValueStreamingChannel<K,V> extends StreamingChannel
onKeyValue on every key-value.| Modifier and Type | Method and Description |
|---|---|
void |
onKeyValue(K key,
V value)
Called on every incoming key/value pair.
|
Copyright © 2019 lettuce.io. All rights reserved.