Package jadex.bridge.service.annotation
Annotation Type Timeout
- 
 @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface TimeoutSpecify 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 SummaryOptional Elements Modifier and Type Optional Element Description longvalueThe timeout period after which local or remote invocations are aborted when no result is received.
 
-