Skip to content

Commit 560eb38

Browse files
committed
feat: s3-inbound-streaming-channel-adapter xsd schema
1 parent e60df00 commit 560eb38

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

int-aws/src/main/resources/org/springframework/schema/integration/aws/spring-integration-aws.xsd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,20 @@
149149
</xsd:complexType>
150150
</xsd:element>
151151

152+
<xsd:element name="s3-inbound-streaming-channel-adapter">
153+
<xsd:annotation>
154+
<xsd:documentation><![CDATA[
155+
Configures a 'SourcePollingChannelAdapter' Endpoint for the
156+
'org.springframework.integration.aws.inbound.S3StreamingMessageSource'.
157+
]]></xsd:documentation>
158+
</xsd:annotation>
159+
<xsd:complexType>
160+
<xsd:complexContent>
161+
<xsd:extension base="s3InboundChannelAdapter"/>
162+
</xsd:complexContent>
163+
</xsd:complexType>
164+
</xsd:element>
165+
152166
<xsd:complexType name="pollingInboundChannelAdapter">
153167
<xsd:all>
154168
<xsd:element ref="integration:poller" minOccurs="0"/>

0 commit comments

Comments
 (0)