Communication between App Services #196
-
Hi EdgeX Team,
I would like to understand more about "published back to other Application Service to consume."
It will be helpful if you give a inline response. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@vijay-hcl-epl , you can send data to other App service in multiple ways. #1 or #2 are the prefered was. Choosing which one depends on how your data it processed. If fully process in the function pipeline, then chose #1. If combined and processed in background then choose #2.
|
Beta Was this translation helpful? Give feedback.
@vijay-hcl-epl , you can send data to other App service in multiple ways. #1 or #2 are the prefered was. Choosing which one depends on how your data it processed. If fully process in the function pipeline, then chose #1. If combined and processed in background then choose #2.
https://docs.edgexfoundry.org/3.1/microservices/application/sdk/api/AppFunctionContextAPI/#setresponsedata
https://docs.edgexfoundry.org/3.1/microservices/application/s…