Class VertxClientProperties
java.lang.Object
dev.resteasy.vertx.client.VertxClientProperties
Property names for configuring the Vert.x client engine via
Configurable.property(String, Object).- Author:
- James R. Perkins
-
Field Details
-
REQUEST_TIMEOUT
-
HTTP_CLIENT_OPTIONS
Client configuration property for customHttpClientOptions. When set, the provided options are used as-is for the Vert.x HTTP client. StandardClientBuildersettings (timeouts, SSL context, proxy) are not applied — all configuration must be set directly on the provided options.- See Also:
-