@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Broadcast
| Modifier and Type | Optional Element and Description |
|---|---|
int |
delay
Should the broadcast be delayed? A value of 0 means
the broadcast be delayed until a normal broadcast operation
happens.
|
java.lang.Class<? extends BroadcastFilter>[] |
filters
Add
BroadcastFilters to the broadcast operation. |
boolean |
resumeOnBroadcast
Resume all suspended response on the first broadcast operation.
|
java.lang.String |
value |
boolean |
writeEntity
Write the returned entity back to the calling connection.
|
public abstract java.lang.Class<? extends BroadcastFilter>[] filters
BroadcastFilters to the broadcast operation.public abstract boolean resumeOnBroadcast
Copyright © 2019. All Rights Reserved.