V - Value type.@FunctionalInterface public interface ScoredValueStreamingChannel<V> extends StreamingChannel
onValue on every
value.| Modifier and Type | Method and Description |
|---|---|
void |
onValue(ScoredValue<V> value)
Called on every incoming ScoredValue.
|
void onValue(ScoredValue<V> value)
value - the scored valueCopyright © 2019 lettuce.io. All rights reserved.