-
Hello everybody, I'm a beginner with the EDC trying to achieve a scenario based on the provider-push sample. I've reproduced the provider-push sample, replacing the placeholder API with my own API. Pretty logically it's unfortunately too late - once in the ReceiverHandler dealing with an HTTPExchange object - to retrieve any property. I guess a solution would imply to inherit from some base class and implement custom behavior. Let's say we want to retrieve user#1 from https://jsonplaceholder.typicode.com/users by specifying a Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can implement a |
Beta Was this translation helpful? Give feedback.
you don't need a custom runtime, you just need to write an extension.
you could take a look at this sample, the
transfer-file-local
is a module that provides an extension.