Interface RetryStateGenerator

All Known Implementing Classes:
SpelExpressionRetryStateGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface RetryStateGenerator
Strategy interface for generating a RetryState instance based on a message.
Since:
2.2
Author:
Gary Russell
  • Method Summary

    Modifier and Type Method Description
    org.springframework.retry.RetryState determineRetryState​(Message<?> message)