Package org.jboss.resteasy.annotations
Annotation Interface Stream
Use on async streams to push them to the client as they become available
over the OutputStream, rather than collected into collections.
-
Nested Class Summary
-
Optional Element Summary
-
Field Summary
-
Field Details
-
INCLUDE_STREAMING_PARAMETER
- See Also:
-
-
Element Details
-
value
Stream.MODE value- Default:
- GENERAL
-
includeStreaming
boolean includeStreaming- Default:
- false
-