Parallel
Parallel creates s and Subscription
s under the hood.
branches
defines the list offilter
andsubscriber
pairs, one per branch, and optionally areply
object. For each branch:- (optional) the
filter
is evaluated and when it returns an event thesubscriber
is executed. Bothfilter
and must beAddressable
.
- (optional) the
- (optional)
channelTemplate
defines the Template which will be used to createChannel
s. - (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:
conditions
which details the overall status of the Parallel objectaddress
which is exposed so that Parallel can be used where Addressable can be used. Sending to this address will target theChannel
which is fronting this Parallel (same asingressChannelStatus
).
Was this page helpful?
Sorry to hear that. Please .