diff options
author | Taka <tc012c@att.com> | 2017-12-05 14:58:12 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-05 20:03:49 +0000 |
commit | d16f5c96d9828d52daa1bab7f06a0eca761885bd (patch) | |
tree | 182c5940a555a724ffc17b680350ed968ecb67a4 /docs/APPC Client Library Guide | |
parent | 334442e3292e968443ef4183e067c0a8f2168d6b (diff) |
Client Library Guide requires updates
Change-Id: Id8d7c945e449b042dfa4b5703e36fd9e96f08d94
Issue-ID: APPC-334
Signed-off-by: Taka <tc012c@att.com>
Diffstat (limited to 'docs/APPC Client Library Guide')
-rw-r--r-- | docs/APPC Client Library Guide/APPC Client Library Guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 f596bcda5..221cf7949 100644 --- a/docs/APPC Client Library Guide/APPC Client Library Guide.rst +++ b/docs/APPC Client Library Guide/APPC Client Library Guide.rst @@ -67,7 +67,7 @@ APP-C Client Library 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 Library is called using an asynchronous API utilizing 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. |