Class RestClientMultipartConfig

java.lang.Object
io.quarkus.restclient.config.RestClientMultipartConfig

public class RestClientMultipartConfig extends Object
  • Field Details

    • maxChunkSize

      @Deprecated @ConfigItem public Optional<Integer> maxChunkSize
      Deprecated.
      The max HTTP chunk size (8096 bytes by default).

      This property is applicable to reactive REST clients only.

  • Constructor Details

    • RestClientMultipartConfig

      public RestClientMultipartConfig()