Class ResteasyVertxConfig

java.lang.Object
io.quarkus.resteasy.runtime.ResteasyVertxConfig

@ConfigRoot(name="resteasy.vertx") public class ResteasyVertxConfig extends Object
  • Field Details

    • responseBufferSize

      @ConfigItem(defaultValue="8191") public 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.
  • Constructor Details

    • ResteasyVertxConfig

      public ResteasyVertxConfig()