Interview Question
Qus: What is transformer? diff of using transformer in service & direct invoke of service?
Transformer perform multiple value transformations in one go. Transformers are passed only a reference to their mapped inputs, whereas regular invokes (pub. flow:invoke) operate on the same pipeline object as the calling service.
Answers (1)