We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebd624 commit 935fe30Copy full SHA for 935fe30
dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd
@@ -589,6 +589,11 @@
589
<xsd:documentation><![CDATA[ The method name (method.toString()). ]]></xsd:documentation>
590
</xsd:annotation>
591
</xsd:attribute>
592
+ <xsd:attribute name="executes" type="xsd:string" use="optional">
593
+ <xsd:annotation>
594
+ <xsd:documentation><![CDATA[ The max active requests. ]]></xsd:documentation>
595
+ </xsd:annotation>
596
+ </xsd:attribute>
597
<xsd:attribute name="stat" type="xsd:string" use="optional" default="-1">
598
<xsd:annotation>
599
<xsd:documentation><![CDATA[ The method parameter index for statistics. ]]></xsd:documentation>
0 commit comments