ReadonlybusThe bus this mediator will mediate over.
ReadonlycombinerReadonlyfieldsThe field names of the test result fields over which must be mediated.
ReadonlyfilterIf actors that throw test errors should be ignored
ReadonlynameThe name for this mediator.
ProtectedconstructProtectedConstruct a human-friendly failure message that accumulates the given actors's failure messages.
The action that was executed.
The failure messages that were collected from actor tests based on the given executed action.
ProtectedcreateMediate for the given action.
This will send the test action on all actors in the bus. The action will be run on the actor that tests best, of which the result will be returned.
The action to mediate for.
A promise that resolves to the mediation result.
Mediate for the given action to get an actor.
This will send the test action on all actors in the bus. The actor that tests best will be returned.
The action to mediate for.
A promise that resolves to the best actor.
Mediate for the given action.
This will send the test action on all actors in the bus. The action will be run on the actor that tests best, of which the result will be returned.
The action to mediate for.
A promise that resolves to the mediation result.
ProtectedmediateMediate for the given action with the given actor test results for the action.
One actor must be returned that provided the best test result. How 'best' is interpreted, depends on the implementation of the Mediator.
A promise that resolves to the best actor.
Protected Staticget
A comunica mediator that concatenates an array of all actor results.
The actors that are registered first will appear earlier in the array.