Added the 'time-unit' attribute to <interval-trigger/> (INT-424).

This commit is contained in:
Mark Fisher
2008-10-14 12:42:09 +00:00
parent 7ccc8f28d5
commit b7f4c1c1e9
3 changed files with 21 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
<inbound-channel-adapter id="numbers" ref="counter" method="next">
<poller max-messages-per-poll="1">
<interval-trigger interval="3000"/>
<interval-trigger interval="3" time-unit="SECONDS"/>
</poller>
</inbound-channel-adapter>