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 Detail

      • INCLUDE_STREAMING_PARAMETER

        static final String INCLUDE_STREAMING_PARAMETER
    • Element Detail

      • value

        Stream.MODE value
        Default:
        org.jboss.resteasy.annotations.Stream.MODE.GENERAL
      • includeStreaming

        boolean includeStreaming
        Default:
        false