See: Description
| Interface | Description |
|---|---|
| Consumer<T> |
Consume objects or data.
|
| Producer<T> |
Produce objects or data.
|
| Class | Description |
|---|---|
| Production<T> |
Production model: a producer produces objects that are consumed by a consumer.
This allows asynchronous production and consumption. An example is a server task producing an output, and a consumer sending it over the network. |
| ProductTransformation<Input,Output> |
Implement a consumer for a specific type, and transform it before to pass it to another consumer.
|
Copyright © 2019. All rights reserved.