org.atmosphere.annotation
Annotation Type Publish


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Publish

When a method is annotated with this annotation, the returned value of the method will be broadcasted to the passed value, e.g the associated Broadcaster.broadcast(Object) will be invoked.

Author:
Jeanfrancois Arcand

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011. All Rights Reserved.