@Retention(value=RUNTIME) public @interface Retry
| Modifier and Type | Optional Element and Description |
|---|---|
int |
intervalMsec
Wait this many milliseconds between retries
|
int |
timeoutMsec
Retries for at most this many milliseconds
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.