Ignore:
Timestamp:
10/16/13 13:01:04 (11 years ago)
Author:
stoda
Message:

MultiMethod? without numWait -> it depends on the timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/supervisor/src/main/java/omq/client/annotation/MultiMethod.java

    r83 r104  
    1515@Target(ElementType.METHOD)
    1616public @interface MultiMethod {
    17         /**
    18          * If @MultiMethod is followed by @SyncMethod waitNum indicates how many
    19          * responses we will wait for.
    20          *
    21          * @return length of the array of responses we are waiting for.
    22          */
    23         int waitNum() default 1;
    2417}
Note: See TracChangeset for help on using the changeset viewer.