diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-14 18:02:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-14 18:02:35 +0000 |
commit | 7a00e85e21533d2a11300a61439b4ab3a420c1d5 (patch) | |
tree | f6822042f83ef9692a05ca9a3747d4c1fb894aa3 /docs/development/actors/overview.rst | |
parent | b77c9bec1777072f1e26071dd4f37ce65964f8be (diff) | |
parent | 4805f3b7d150f2a4072826a2a7c90c9954bfeeaa (diff) |
Merge "Add documentation for APPC Legacy actor"
Diffstat (limited to 'docs/development/actors/overview.rst')
-rw-r--r-- | docs/development/actors/overview.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/actors/overview.rst b/docs/development/actors/overview.rst index 716f4f28..b9c24cec 100644 --- a/docs/development/actors/overview.rst +++ b/docs/development/actors/overview.rst @@ -122,7 +122,7 @@ XxxParams and XxxConfig XxxConfig objects are shared by all operations created by a single Operator. As a result, it should not contain any data associated with an individual operation; such data should be stored - within the operation object, itself + within the Operation object, itself Junit tests *********** @@ -177,7 +177,7 @@ Flow of operation "standard" payload - Subclasses may override *makeGuardPayload()* to add extra fields to the payload (e.g., some SO operations add the VF count) - - If any preprocessing step fails, then the "start" & "complete" callbacks will be + - If any preprocessing step fails, then the "start" and "complete" callbacks will be invoked to indicate a failure of the operation as a whole. Otherwise, the flow will continue on to *startOperationAsync()*, after the "start" callback is invoked - *StartOperationAsync()* will perform whatever needs to be done to start the operation |