Package jadex.bridge.service.annotation
Annotation Type Timeout
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Timeout
Specify a timeout period after which the remote invocation is aborted when no result is received. Applicable to all methods of a service interface or a service interface as a whole. Interface specific settings apply to all methods without explicit timeout specifications.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description long
value
The timeout period after which local or remote invocations are aborted when no result is received.
-