|
102 | 102 | <xsd:attribute name="loadBalancer" type="xsd:string" use="optional"/> |
103 | 103 | <xsd:attribute name="lazy" type="xsd:boolean" use="optional"/> |
104 | 104 | <xsd:attribute name="check" type="xsd:boolean" use="optional"/> |
| 105 | + <xsd:attribute name="registry" type="xsd:string" use="optional"/> |
105 | 106 | </xsd:complexType> |
106 | 107 |
|
107 | 108 | <!-- method in service binding.bolt --> |
|
112 | 113 | <!-- global-attrs in service binding.bolt --> |
113 | 114 | <xsd:complexType name="BBindingTRSerAttr"> |
114 | 115 | <xsd:attribute name="timeout" type="xsd:int" use="optional"/> |
115 | | - <xsd:attribute name="filter" type="xsd:string" use="optional"/> |
116 | 116 | <xsd:attribute name="weight" type="xsd:int" use="optional" /> |
117 | 117 | <xsd:attribute name="warm-up-weight" type="xsd:int" use="optional" /> |
118 | 118 | <xsd:attribute name="warm-up-time" type="xsd:int" use="optional" /> |
119 | 119 | <xsd:attribute name="thread-pool-ref" type="xsd:string" use="optional" /> |
| 120 | + <xsd:attribute name="filter" type="xsd:string" use="optional"/> |
| 121 | + <xsd:attribute name="registry" type="xsd:string" use="optional"/> |
120 | 122 | </xsd:complexType> |
121 | 123 | <!-- binding.bolt in reference --> |
122 | 124 | <xsd:complexType name="BBindingTRReference"> |
|
426 | 428 | <xsd:attribute name="abstract" type="xsd:boolean" use="optional"/> |
427 | 429 | <xsd:attribute name="parent" type="xsd:string" use="optional"/> |
428 | 430 | <xsd:attribute name="unique-id" type="xsd:string" use="optional"/> |
429 | | - |
430 | | - <!--<xsd:attribute name="filter" type="xsd:string" use="optional"/>--> |
431 | | - <!--<xsd:attribute name="registry" type="xsd:string" use="optional"/>--> |
432 | 431 | <xsd:attribute name="loadBalance" type="xsd:string" use="optional"/> |
433 | 432 | <xsd:attribute name="repeatReferLimit" type="xsd:int" use="optional"/> |
434 | 433 | </xsd:extension> |
|
0 commit comments