Parallel

    Parallel creates s and Subscriptions under the hood.

    1. branches defines the list of filter and subscriber pairs, one per branch, and optionally a reply object. For each branch:
      1. (optional) the filter is evaluated and when it returns an event the subscriber is executed. Both filter and must be Addressable.
    2. (optional) channelTemplate defines the Template which will be used to create Channels.
    3. (optional) reply defines where the result of each branch is sent to when the branch does not have its own object.

    Parallel Status

    Parallel has three parts for the Status:

    1. conditions which details the overall status of the Parallel object
    2. address which is exposed so that Parallel can be used where Addressable can be used. Sending to this address will target the Channel which is fronting this Parallel (same as ingressChannelStatus).

    Was this page helpful?

    Sorry to hear that. Please .