Returning the data from a service! #183
Answered
by
lukevalenty
bvbasavaraju
asked this question in
Q&A
-
We can pass in 0 or more number of parameter to service implementation! is there any way to return the value/ref of some data from service implementation!!?? |
Beta Was this translation helpful? Give feedback.
Answered by
lukevalenty
Nov 5, 2022
Replies: 1 comment 1 reply
-
It can be done, but not with the cib::callback service. You would need to implement your own service that knows how to gather data from all the extensions and formulate a return value. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bvbasavaraju
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be done, but not with the cib::callback service. You would need to implement your own service that knows how to gather data from all the extensions and formulate a return value.