diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-19 01:04:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-19 01:04:58 +0000 |
commit | 2fec78d915aba886e623687305892e375d4008e6 (patch) | |
tree | f858299730ef5fc615cde062b9e39f4251b52b96 /components | |
parent | bc5b811d4543cb6f5285d8cfdca26b6c36f01ea6 (diff) | |
parent | 148f823ff5a500aad6cc1456f0f70b1000ca6d57 (diff) |
Merge "Make BluePrintProcessingService#process stream"
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/proto-definition/proto/BluePrintProcessing.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/model-catalog/proto-definition/proto/BluePrintProcessing.proto b/components/model-catalog/proto-definition/proto/BluePrintProcessing.proto index 8fa4a13fa..d8ad571b6 100644 --- a/components/model-catalog/proto-definition/proto/BluePrintProcessing.proto +++ b/components/model-catalog/proto-definition/proto/BluePrintProcessing.proto @@ -45,5 +45,5 @@ message Status { } service BluePrintProcessingService { - rpc process (ExecutionServiceInput) returns (stream ExecutionServiceOutput); + rpc process (stream ExecutionServiceInput) returns (stream ExecutionServiceOutput); } |