Package com.wavefront.data
Annotation Type Idempotent
-
@Target({METHOD,PARAMETER,TYPE}) @Retention(RUNTIME) @Documented public @interface Idempotent
Idempotent calls can be retried if a call fails.- Author:
- Clement Pang (clement@sunnylabs.com)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intretriesClass[]retryableExceptions
-
-
-
-
retryableExceptions
Class[] retryableExceptions
- Returns:
- List of exceptions that should be retried.
- Default:
- {java.io.IOException.class}
-
-