- Timestamp:
- 10/16/13 13:01:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/supervisor/src/main/java/omq/client/annotation/MultiMethod.java
r83 r104 15 15 @Target(ElementType.METHOD) 16 16 public @interface MultiMethod { 17 /**18 * If @MultiMethod is followed by @SyncMethod waitNum indicates how many19 * responses we will wait for.20 *21 * @return length of the array of responses we are waiting for.22 */23 int waitNum() default 1;24 17 }
Note: See TracChangeset
for help on using the changeset viewer.