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