Results 1 to 5 of 5

Thread: Possible error in SI documentation about MessageGroupStore

  1. #1
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Exclamation Possible error in SI documentation about MessageGroupStore

    Dear Members

    In the section
    5.4.5 Managing State in an Aggregator: MessageGroupStore

    Appear the interface declaration of MessageGroupStore with two only
    methods

    Code:
    public interface MessageGroupStore {
       void registerMessageGroupExpiryCallback(MessageGroupCallback callback);
       int expireMessageGroups(long timeout);
    }
    But in its API for this interface exists more

    org.springframework.integration.store
    Interface MessageGroupStore


    Best Regards
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    We should clarify that in the documentation by adding a comment such as:
    Code:
    public interface MessageGroupStore {
    
       void registerMessageGroupExpiryCallback(MessageGroupCallback callback);
    
       int expireMessageGroups(long timeout);
    
       // other methods omitted
    
    }
    The reason only those two are shown in that particular section of the reference manual is that they are the only 2 methods relevant to the 'callback' discussion.

    Could you please open an issue in JIRA so that we can address this for an upcoming release?

    Thanks,
    Mark

  3. #3
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    Hello Mark

    Done!, Jira created INT-1725

    My Best Regards
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  4. #4
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    Thank you Manuel. We will update the documentation to cover both of these in 2.0.2.

  5. #5
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    Thanks to you Mark by give us this powerful sub project

    I really appreciate the effort of SpringSource's Developers

    My Best Regards
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •