Parallel
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
. - the event returned by the
subscriber
is sent to the branchreply
object. When thereply
is empty, the event is sent to thespec.reply
object (see below).
- (optional) the
- (optional)
reply
defines where the result of each branch is sent to when the branch does not have its own object.
Parallel Status
conditions
which details the overall status of the Parallel objectingressChannelStatus
andbranchesStatuses
which convey the status of underlyingChannel
andSubscription
resource that are created as part of this Parallel.