public interface StreamSingleTupleExtractor<T,K,V>
Alternatively, StreamMultipleTupleExtractor
can be used in cases where a single message/event may
produce more than one tuple.
NOTE: This interface supersedes the former StreamTupleExtractor
which is now deprecated.
StreamMultipleTupleExtractor
Modifier and Type | Method and Description |
---|---|
Map.Entry<K,V> |
extract(T msg)
Extracts a key-value tuple from a message.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019