Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

StreamTupleExtractor interface expose the extract(T msg) method that returns a cache entry as Map.Entry<K, V> instance. For example, if message represents a string with two values that separated by '=' symbol where left part is a word and right one - integer number, then extractor could be implemented as:

Streamer Lifecycle

 

Implementation Tips

...