Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Automi Examples

  • Batch operators - examples of the different automi operators.
  • Collectors - examples of different collector components.
  • Custom type - shows how to stream values of custom types.
  • Emitters - examples of different emitter compoennts.
  • Wordcount - a simple wordcount example using Automi opertors.
  • MD5 - implementation of the MD5 example from Sameer Ajmani blog on Concurrency Pattern