INT-1848 Add order Attribute (stream)

This commit is contained in:
Gary Russell
2011-04-30 10:56:44 -04:00
parent 7cd30025fc
commit 832b3433ee
3 changed files with 14 additions and 3 deletions

View File

@@ -68,6 +68,14 @@
<xsd:attribute name="charset" type="xsd:string"/>
<xsd:attribute name="append-newline" type="xsd:string" default="false"/>
<xsd:attribute name="auto-startup" type="xsd:string" default="true"/>
<xsd:attribute name="order">
<xsd:annotation>
<xsd:documentation>
Specifies the order for invocation when this endpoint is connected as a
subscriber to a SubscribableChannel.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:schema>