Package org.springframework.rabbit.stream.retry


package org.springframework.rabbit.stream.retry
Provides classes supporting retries.
  • Class
    Description
    Implementations of this interface can handle failed messages after retries are exhausted.
    Convenient factory bean for creating a stateless retry interceptor for use in a StreamListenerContainer when consuming native stream messages, giving you a large amount of control over the behavior of a container when a listener fails.