aboutsummaryrefslogtreecommitdiffstats
path: root/processing/README
blob: 8c422ed91011a3c0eb5b350a6c4ad58c0044e807 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Java library for request-response data processing.

This library defines request-response processing as an operation which
accepts a Request and produces a Response containing Data by executing
a Chain of processing components in a single worker thread using method
calls for chaining, i.e a synchronous processing model.
Data for the Response may optionally be produced asynchronously.

The processing model can be implemented by subtyping in frameworks defining
a processing model (with a richer, more specific API) for a particular domain.