Interface ResteasyVertxConfig


@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) @ConfigMapping(prefix="quarkus.resteasy.vertx") public interface ResteasyVertxConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The size of the output stream response buffer.
  • Method Details

    • responseBufferSize

      @WithDefault("8191") int responseBufferSize()
      The size of the output stream response buffer. If a response is larger than this and no content-length is provided then the request will be chunked. Larger values may give slight performance increases for large responses, at the expense of more memory usage.