public static final class KGraph.EmitSrcAndTarget<K,VV,EV> extends Object implements org.apache.kafka.streams.kstream.KeyValueMapper<Edge<K>,EV,Iterable<org.apache.kafka.streams.KeyValue<K,VV>>>
Constructor and Description |
---|
EmitSrcAndTarget(org.apache.kafka.streams.kstream.ValueMapper<K,VV> vertexValueInitializer) |
Modifier and Type | Method and Description |
---|---|
Iterable<org.apache.kafka.streams.KeyValue<K,VV>> |
apply(Edge<K> edge,
EV value) |
Copyright © 2020. All rights reserved.