ResponseCallbackInvoker
This operator can be used to invoke the response callback included in the incoming message.
More concretely, this operator intercepts a response message containing a response callback handle (message.response.callback) at its "in" port and directly invokes this callback, and optionally forwards the message with its callback handle removed to its "out" port.
Configuration
None
Input
Input | Type | Description |
---|---|---|
in | message | Request message with the response callback to this operator. |
Output
Output | Type | Description |
---|---|---|
out | message | Forwarded message identical to the request message without the response callback. |