org.atmosphere.config.service
Annotation Type DeliverTo


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DeliverTo

Broadcast the returned value only to the calling resource DeliverTo.DELIVER_TO.RESOURCE, to its associated Broadcaster DeliverTo.DELIVER_TO.BROADCASTER or to all created Broadcasters DeliverTo.DELIVER_TO.ALL

Author:
Guillaume Drouet

Required Element Summary
 DeliverTo.DELIVER_TO value
           
 

Element Detail

value

public abstract DeliverTo.DELIVER_TO value
Returns:
the DeliverTo.DELIVER_TO


Copyright © 2014. All Rights Reserved.