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