Package org.jboss.resteasy.annotations
Annotation Type Stream
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Stream
Use on async streams to push them to the client as they become available over the OutputStream, rather than collected into collections.
-
-
Field Summary
Fields Modifier and Type Fields Description static String
INCLUDE_STREAMING_PARAMETER
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
includeStreaming
Stream.MODE
value
-
-
-
Field Detail
-
INCLUDE_STREAMING_PARAMETER
static final String INCLUDE_STREAMING_PARAMETER
-
-
Element Detail
-
value
Stream.MODE value
- Default:
- org.jboss.resteasy.annotations.Stream.MODE.GENERAL
-
-