Class Args
java.lang.Object
org.springframework.retry.support.Args
A root object containing the method arguments to use in expression evaluation.
IMPORTANT; the arguments are not available (will contain nulls) until after the first
call to the retryable method; this is generally only an issue for the
maxAttempts
, meaning the arguments cannot be used to indicate
maxAttempts = 0
.- Author:
- Gary Russell
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NO_ARGS
An emptyArgs
with 100 null arguments.
-
-
Constructor Details
-
Args
-
-
Method Details
-
getArgs
-