Uses of Class
io.awspring.cloud.sqs.listener.errorhandler.ExponentialBackoffErrorHandler.Builder
Packages that use ExponentialBackoffErrorHandler.Builder
Package
Description
Components for handling errors and potentially recovering messages.
-
Uses of ExponentialBackoffErrorHandler.Builder in io.awspring.cloud.sqs.listener.errorhandler
Methods in io.awspring.cloud.sqs.listener.errorhandler that return ExponentialBackoffErrorHandler.BuilderModifier and TypeMethodDescriptionstatic <T> ExponentialBackoffErrorHandler.Builder<T>ExponentialBackoffErrorHandler.builder()ExponentialBackoffErrorHandler.Builder.initialVisibilityTimeoutSeconds(int initialVisibilityTimeoutSeconds) ExponentialBackoffErrorHandler.Builder.maxVisibilityTimeoutSeconds(int maxVisibilityTimeoutSeconds) ExponentialBackoffErrorHandler.Builder.multiplier(double multiplier)