@Inherited @Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @InterceptorBinding public @interface Timeout
| Modifier and Type | Optional Element and Description |
|---|---|
ChronoUnit |
unit
The timeout unit.
|
long |
value
The timeout value.
|
public abstract long value
FaultToleranceDefinitionException occurs.public abstract ChronoUnit unit
ChronoUnit.MILLIS.Copyright © 2020 Eclipse Foundation. All rights reserved.