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 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" />
You can’t perform that action at this time.
0 commit comments