@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface RetryConcurrentModification
| Modifier and Type | Optional Element and Description |
|---|---|
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 Class[] exception
Copyright © 2017 SAP SE. All Rights Reserved.