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.16.0 Release Date : December 15 2023