Minor Doc Fix

This commit is contained in:
Gary Russell
2016-07-14 11:50:42 +01:00
parent 4cef58bc86
commit d3e480aa55

View File

@@ -100,7 +100,7 @@ If you wish to change the order, you should wire up the proxy yourself.
===== SimpleActiveIdleMessageSourceAdvice
This advice is a simple implementation of `AbstractMessageSourceAdvice`, when used in conjunction with a `DynamicPeriodicTrigger`, it adjuststhe polling frequency depending on whether or not the previous poll resulted in a message or not.
This advice is a simple implementation of `AbstractMessageSourceAdvice`, when used in conjunction with a `DynamicPeriodicTrigger`, it adjusts the polling frequency depending on whether or not the previous poll resulted in a message or not.
The poller must also have a reference to the same `DynamicPeriodicTrigger`.
.Important: Async Handoff