Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An idea for async retry #176

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2019

  1. Support for CompletableFuture and Future async types

    If a RetryCallback returns an async type it can be wrapped by the
    RetryTemplate. The template needs to know about all the callback
    return types that need wrapping, via its RetryResultProcessors
    property (not set by default). See AsyncRetryTemplateTests for
    examples of how to do this.
    Dave Syer committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    46bbacb View commit details
    Browse the repository at this point in the history
  2. Draft for async retry

    ashamukov authored and Dave Syer committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    ba0b6ed View commit details
    Browse the repository at this point in the history
  3. Tidy up a few compiler warnings

    Dave Syer committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    bf8dadb View commit details
    Browse the repository at this point in the history