summaryrefslogtreecommitdiffstats
path: root/processing
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-01-19 13:30:58 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2017-01-19 13:30:58 +0100
commitd9a6d0885f91838bc98e38f7a98729dd0d97846b (patch)
tree60ff343c7b8b7f8b048a061b88ec935991254d8d /processing
parent6999811bff537b554ac7084247e50655466f6345 (diff)
Add/improve README's
Diffstat (limited to 'processing')
-rw-r--r--processing/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/processing/README b/processing/README
new file mode 100644
index 00000000000..8c422ed9101
--- /dev/null
+++ b/processing/README
@@ -0,0 +1,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. \ No newline at end of file