@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface RetryConcurrentModification
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class[] |
exception
Specify exception for which operation should be retried.
|
int |
retries
Sets the number of times to retry the operation.
|
int |
sleepIntervalInMillis
Sets the sleep interval in milliseconds between retries.
|
public abstract java.lang.Class[] exception
Copyright © 2018 SAP SE. All Rights Reserved.