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 value.Copyright © 2020 lettuce.io. All rights reserved.