Class VertxClientProperties

java.lang.Object
dev.resteasy.vertx.client.VertxClientProperties

public final class VertxClientProperties extends Object
Property names for configuring the Vert.x client engine via Configurable.property(String, Object).
Author:
James R. Perkins
  • Field Details

    • REQUEST_TIMEOUT

      public static final String REQUEST_TIMEOUT
      Client configuration property for a per-request timeout. The value can be a Duration, Number (milliseconds), or a string parseable as a long.
      See Also:
    • HTTP_CLIENT_OPTIONS

      public static final String HTTP_CLIENT_OPTIONS
      Client configuration property for custom HttpClientOptions. When set, the provided options are used as-is for the Vert.x HTTP client. Standard ClientBuilder settings (timeouts, SSL context, proxy) are not applied — all configuration must be set directly on the provided options.
      See Also: