http://www.griddynamics.com/schema/jagger
element query-distributor-one-by-one

Documentation
                Schedules queries across endpoints one by one.
                For input: endpoints [e1, e2] and queries [q1, q2, q3] executes actions in following order: (e1, q1), (e2, q1), (e1, q2), (e2, q2), (e1, q3), (e2, q3).
            
Properties
This component is not nillable.

Model
<query-distributor-one-by-one
  id = xsd:ID
  parent = xsd:string>

</query-distributor-one-by-one>


Attribute Summary
 xsd:IDid
          
 xsd:stringparent
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="query-distributor-one-by-one" substitutionGroup="query-distributor" type="query-distributor-one-by-one">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.