Annotation Type Resume


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface Resume
    Resume a suspended response. A suspended response is the result of annotating any method using the Suspend.
    Author:
    Jeanfrancois Arcand
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int value
      Resume after the first event caused by annotating a method with Broadcast
    • Element Detail

      • value

        int value
        Resume after the first event caused by annotating a method with Broadcast
        Returns:
        Default:
        1