X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPPC%20Client%20Library%20Guide%2FAPPC%20Client%20Library%20Guide.rst;h=37b8716ad931bfd44732992eb3e5505590490328;hb=f7824831d63aeb5be44077de7bf51fa05a4e5010;hp=7de54b339948e6d3df63f5a587196d5c50b97a24;hpb=c4842e4992d4f8dfc7ec38da6c4f6d69a1e223ab;p=appc.git diff --git a/docs/APPC Client Library Guide/APPC Client Library Guide.rst b/docs/APPC Client Library Guide/APPC Client Library Guide.rst index 7de54b339..37b8716ad 100644 --- a/docs/APPC Client Library Guide/APPC Client Library Guide.rst +++ b/docs/APPC Client Library Guide/APPC Client Library Guide.rst @@ -6,14 +6,13 @@ Application Controller (APPC) Client Library Guide Revision History ----------------- +================ +--------------+------------+---------------+--------------------------------------------------+ | Date | Revision | Author | Changes | +--------------+------------+---------------+--------------------------------------------------+ | 2017-08-22 | 1.0.0 | Paul Miller | First draft | +--------------+------------+---------------+--------------------------------------------------+ -+--------------+------------+---------------+--------------------------------------------------+ Introduction ============ @@ -26,7 +25,9 @@ This document is for an advanced technical audience, which includes engineers an Related Documentation --------------------- -For additional information, see the ONAP Application Controller (APPC) API Guide. +For additional information, see + + :ref:`appc_api_guide` Client Library Background @@ -54,14 +55,16 @@ APP-C Client Library Flow |image0| -**Asynchronous Flow** +Asynchronous Flow +^^^^^^^^^^^^^^^^^ - The APPC Client Library is called using an asynchronous API using a full command object, which is mapped to a JSON representation. - The APPC client calls the UEB client and sends the JSON command to a configured topic. - The APPC client pulls response messages from the configured topic. - On receiving the response for the command, the APPC client runs the relevant callback method of the consumer ResponseHandler. -**Synchronous Flow** +Synchronous Flow +^^^^^^^^^^^^^^^^ - The APPC Client Library is called using a synchronous API using a full command object, which is mapped to a JSON representation. - The APPC client calls the UEB client and sends the JSON command to a configured topic.