K
- Key type.@FunctionalInterface public interface KeyStreamingChannel<K> extends StreamingChannel
onKey
on every key.
Key uniqueness is not guaranteed.Modifier and Type | Method and Description |
---|---|
void |
onKey(K key)
Called on every incoming key.
|
void onKey(K key)
key
- the keyCopyright © 2023 lettuce.io. All rights reserved.