Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kind": "model",
"name": "random",
"title": "Random",
"description": "A random endpoint is selected for each exchange.",
"description": "The destination endpoints are selected by random.",
"deprecated": false,
"label": "eip,routing",
"javaType": "org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kind": "model",
"name": "recipientList",
"title": "Recipient List",
"description": "Route messages to a number of dynamically specified recipients (dynamic to)",
"description": "Route messages to a number of dynamically specified recipients",
"deprecated": false,
"label": "eip,routing",
"javaType": "org.apache.camel.model.RecipientListDefinition",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kind": "model",
"name": "roundRobin",
"title": "Round Robin",
"description": "The exchanges are selected in a round robin fashion. This is a well known and classic policy, which spreads the load evenly.",
"description": "The destination endpoints are selected in a round-robin fashion. This is a well known and classic policy, which spreads the load evenly.",
"deprecated": false,
"label": "eip,routing",
"javaType": "org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1050,15 +1050,15 @@ Rest PUT command
<xs:element name="random" type="tns:randomLoadBalancerDefinition">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
A random endpoint is selected for each exchange.
The destination endpoints are selected by random.
]]></xs:documentation>
</xs:annotation>
</xs:element>

<xs:element name="recipientList" type="tns:recipientListDefinition">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
Route messages to a number of dynamically specified recipients (dynamic to)
Route messages to a number of dynamically specified recipients
]]></xs:documentation>
</xs:annotation>
</xs:element>
Expand Down Expand Up @@ -1226,8 +1226,8 @@ Forces a rollback by stopping routing the message
<xs:element name="roundRobin" type="tns:roundRobinLoadBalancerDefinition">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
The exchanges are selected in a round robin fashion. This is a well known and
classic policy, which spreads the load evenly.
The destination endpoints are selected in a round-robin fashion. This is a well
known and classic policy, which spreads the load evenly.
]]></xs:documentation>
</xs:annotation>
</xs:element>
Expand Down