Interface RestClientsConfig.RestClientMultipartConfig

Enclosing interface:
RestClientsConfig

public static interface RestClientsConfig.RestClientMultipartConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Use quarkus.rest-client.max-chunk-size instead
  • Method Details

    • maxChunkSize

      @Deprecated Optional<Integer> maxChunkSize()
      Deprecated.
      Use quarkus.rest-client.max-chunk-size instead
      The max HTTP chunk size (8096 bytes by default).

      This property is applicable to reactive REST clients only.