V - Value type.@FunctionalInterface public interface ValueStreamingChannel<V>
onValue on every
value.| Modifier and Type | Method and Description |
|---|---|
void |
onValue(V value)
Called on every incoming value.
|
void onValue(V value)
value - the value.Copyright © 2021 lettuce.io. All rights reserved.