Package io.quarkus.restclient.config
Class RestClientMultipartConfig
- java.lang.Object
-
- io.quarkus.restclient.config.RestClientMultipartConfig
-
public class RestClientMultipartConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Optional<Integer>maxChunkSizeThe max HTTP chunk size (8096 bytes by default).
-
Constructor Summary
Constructors Constructor Description RestClientMultipartConfig()
-
-
-
Field Detail
-
maxChunkSize
@ConfigItem public Optional<Integer> maxChunkSize
The max HTTP chunk size (8096 bytes by default). This property is applicable to reactive REST clients only.
-
-