org.atmosphere.annotation
Annotation Type Resume


@Target(value=METHOD)
@Retention(value=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
 int value
          Resume after the first event caused by annotating a method with Broadcast
 

value

public abstract int value
Resume after the first event caused by annotating a method with Broadcast

Returns:
Default:
1


Copyright © 2012. All Rights Reserved.