summaryrefslogtreecommitdiffstats
path: root/processing/README
diff options
context:
space:
mode:
Diffstat (limited to 'processing/README')
-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