File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
int-aws/src/main/resources/org/springframework/schema/integration/aws Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 149
149
</xsd : complexType >
150
150
</xsd : element >
151
151
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
+
152
166
<xsd : complexType name =" pollingInboundChannelAdapter" >
153
167
<xsd : all >
154
168
<xsd : element ref =" integration:poller" minOccurs =" 0" />
You can’t perform that action at this time.
0 commit comments