Annotation Interface 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
    Resume after the first event caused by annotating a method with Broadcast
  • Element Details

    • value

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