summaryrefslogtreecommitdiffstats
path: root/src/main/resources/logging/CrudServiceMsgs.properties
diff options
context:
space:
mode:
authorGurjeet Bedi <gurjeetb@amdocs.com>2017-12-06 15:16:34 -0500
committerGurjeet Bedi <gurjeetb@amdocs.com>2017-12-06 16:36:28 -0500
commit382e07e97ccd5f7bd47bdd735143ab3658661a68 (patch)
treee9aa166a92017b16b289262ceb073fd5871d9e76 /src/main/resources/logging/CrudServiceMsgs.properties
parent3cba0debb7ef72781ecbab25474d27918d4d2407 (diff)
Port async pipeline for gizmo
Port async pipeline for gizmo Issue-ID: AAI-552 Change-Id: I255127174d1154849f440bab8b1f0bda3311ec9f Signed-off-by: Gurjeet Bedi <gurjeetb@amdocs.com>
Diffstat (limited to 'src/main/resources/logging/CrudServiceMsgs.properties')
-rw-r--r--src/main/resources/logging/CrudServiceMsgs.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/resources/logging/CrudServiceMsgs.properties b/src/main/resources/logging/CrudServiceMsgs.properties
index a4c2991..165b892 100644
--- a/src/main/resources/logging/CrudServiceMsgs.properties
+++ b/src/main/resources/logging/CrudServiceMsgs.properties
@@ -58,3 +58,24 @@ OXM_LOAD_ERROR=\
TRANSACTION=\
CRD0008I|\
TRANSACTION: {0}
+
+ASYNC_DATA_SERVICE_INFO=\
+ CRD0509I|\
+ AsyncDataService: {0}
+ASYNC_DATA_SERVICE_ERROR=\
+ CRD0510E|\
+ AsyncDataService Error: {0}
+
+ASYNC_DATA_CACHE_INFO=\
+ CRD0511I|\
+ AsyncDataCache: {0}
+ASYNC_DATA_CACHE_ERROR=\
+ CRD0512E|\
+ AsyncDataCache Error: {0}
+
+ASYNC_RESPONSE_CONSUMER_INFO=\
+ CRD0513I|\
+ AsyncResponseConsumer: {0}
+ASYNC_RESPONSE_CONSUMER_ERROR=\
+ CRD0514E|\
+ AsyncResponseConsumer Error: {0} \ No newline at end of file