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