Package org.atmosphere.config.service
Annotation Type DeliverTo
-
@Retention(RUNTIME) @Target(METHOD) public @interface DeliverToBroadcast the returned value only to the calling resourceDeliverTo.DELIVER_TO.RESOURCE, to its associated BroadcasterDeliverTo.DELIVER_TO.BROADCASTERor to all created BroadcastersDeliverTo.DELIVER_TO.ALL- Author:
- Guillaume Drouet
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description DeliverTo.DELIVER_TOvalue
-
-
-
Element Detail
-
value
DeliverTo.DELIVER_TO value
- Returns:
- the
DeliverTo.DELIVER_TO
-
-