-
Notifications
You must be signed in to change notification settings - Fork 365
support for extending the visibility timeout on per-message basis #215
support for extending the visibility timeout on per-message basis #215
Conversation
…passing the new Visibility interface to the message handler method
* @author Szymon Dembek | ||
* @since 1.3 | ||
*/ | ||
public class VisibilityHandlerMetodArgumentResolver implements HandlerMethodArgumentResolver { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Metod/Method/ :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spelling mistake fixed, thanks for pointing out
I'm planning to add automatic (yet optional) visibility timeout extension too. |
Hi @demboos Thank you very much for this pull request. We are going to integrate it when we start with milestone 1.3. |
@@ -0,0 +1,47 @@ | |||
/* | |||
* Copyright 2013-2014 the original author or authors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The date should be 2017
import org.springframework.messaging.support.MessageBuilder; | ||
|
||
/** | ||
* @author Alain Sahli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should put your name ;-)
This is a nice feature. We would like to use this feature. I wonder when it would be included in a release? |
@demboos thanks. Integrated into master (will be released with 2.0) |
Proposal for a fix for #92