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 Details

  • Element Details

    • value

      Default:
      GENERAL
    • includeStreaming

      boolean includeStreaming
      Default:
      false