File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
int-aws/src/main/resources/org/springframework/schema/integration/aws Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 731731 </xsd : element >
732732
733733 <xsd : element name =" sns-outbound-channel-adapter" >
734+ <xsd : annotation >
735+ <xsd : documentation ><![CDATA[
736+ Defines an outbound SNS Channel Adapter for publishing messages to the topic.
737+ ]]> </xsd : documentation >
738+ </xsd : annotation >
734739 <xsd : complexType >
735- <xsd : annotation >
736- <xsd : documentation ><![CDATA[
737- Defines an outbound SNS Channel Adapter for publishing messages to the topic.
738- ]]> </xsd : documentation >
739- </xsd : annotation >
740740 <xsd : complexContent >
741741 <xsd : extension base =" outboundChannelAdapter" >
742742 <xsd : attributeGroup ref =" integration:channelAdapterAttributes" />
10141014 </xsd : element >
10151015
10161016 <xsd : element name =" sqs-outbound-channel-adapter" >
1017+ <xsd : annotation >
1018+ <xsd : documentation ><![CDATA[
1019+ Defines an outbound SQS Channel Adapter for sending messages to queues.
1020+ ]]> </xsd : documentation >
1021+ </xsd : annotation >
10171022 <xsd : complexType >
1018- <xsd : annotation >
1019- <xsd : documentation ><![CDATA[
1020- Defines an outbound SQS Channel Adapter for sending messages to queues.
1021- ]]> </xsd : documentation >
1022- </xsd : annotation >
10231023 <xsd : complexContent >
10241024 <xsd : extension base =" outboundChannelAdapter" >
10251025 <xsd : attributeGroup ref =" integration:channelAdapterAttributes" />
You can’t perform that action at this time.
0 commit comments