GH-3017: Expose cancel-idle-interval XML attribute
Fixes https://github.com/spring-projects/spring-integration/issues/3017 * Expose also a `ImapIdleChannelAdapterSpec.cancelIdleInterval()` option * Deprecate useless `ImapMailInboundChannelAdapterSpec.cancelIdleInterval()` * Fix language in the Doc
This commit is contained in:
committed by
Gary Russell
parent
6d0757a08a
commit
ca8377da9b
@@ -171,6 +171,14 @@
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="cancel-idle-interval" type="xsd:string">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
How often to recycle the idle task (in case of a silently dropped connection).
|
||||
Seconds; default 120 (2 minutes).
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
|
||||
Reference in New Issue
Block a user