| Interface | Description |
|---|---|
| Function<R> |
Generic interface for definition of functions
|
| Class | Description |
|---|---|
| FilterFunc |
This class is used to implement filters, to keep out message from the streams.
|
| FlatMapperFunction |
This class is used to implement flat-mapper process where you can generate zero or more messages from one message
|
| MapperFunction |
This class is used implement mapper process where you can transform one message into other
|
| MapperStoreFunction |
This class is used to do a mapper process, but it offers a key value store to operate with multiples states
|
Copyright © 2017–2018. All rights reserved.