Port async pipeline for gizmo 43/25743/1
authorGurjeet Bedi <gurjeetb@amdocs.com>
Wed, 6 Dec 2017 20:16:34 +0000 (15:16 -0500)
committerGurjeet Bedi <gurjeetb@amdocs.com>
Wed, 6 Dec 2017 21:36:28 +0000 (16:36 -0500)
commit382e07e97ccd5f7bd47bdd735143ab3658661a68
treee9aa166a92017b16b289262ceb073fd5871d9e76
parent3cba0debb7ef72781ecbab25474d27918d4d2407
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>
12 files changed:
src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route [new file with mode: 0644]
src/main/java/org/onap/crud/event/GraphEvent.java
src/main/java/org/onap/crud/logging/CrudServiceMsgs.java
src/main/java/org/onap/crud/service/CrudAsyncGraphDataService.java [new file with mode: 0644]
src/main/java/org/onap/crud/service/CrudAsyncGraphEventCache.java [new file with mode: 0644]
src/main/java/org/onap/crud/service/CrudAsyncResponseConsumer.java [new file with mode: 0644]
src/main/java/org/onap/crud/service/CrudAsyncRestService.java [new file with mode: 0644]
src/main/java/org/onap/crud/service/CrudGraphDataService.java
src/main/java/org/onap/crud/service/CrudThreadFactory.java [new file with mode: 0644]
src/main/java/org/onap/crud/util/CrudServiceConstants.java
src/main/java/org/onap/crud/util/CrudServiceUtil.java
src/main/resources/logging/CrudServiceMsgs.properties