Uses of Class
feign.VertxFeign.Builder
-
Packages that use VertxFeign.Builder Package Description feign Package for extensions that must be able use package-private classes offeign. -
-
Uses of VertxFeign.Builder in feign
Methods in feign that return VertxFeign.Builder Modifier and Type Method Description static VertxFeign.BuilderVertxFeign. builder()VertxFeign.BuilderVertxFeign.Builder. client(feign.Client client)Unsupported operation.VertxFeign.BuilderVertxFeign.Builder. contract(feign.Contract contract)Sets contract.VertxFeign.BuilderVertxFeign.Builder. decode404()This flag indicates that thedecodershould process responses with 404 status, specifically returning null or empty instead of throwingFeignException.VertxFeign.BuilderVertxFeign.Builder. decoder(feign.codec.Decoder decoder)Sets decoder.VertxFeign.BuilderVertxFeign.Builder. encoder(feign.codec.Encoder encoder)Sets encoder.VertxFeign.BuilderVertxFeign.Builder. errorDecoder(feign.codec.ErrorDecoder errorDecoder)Sets error decoder.VertxFeign.BuilderVertxFeign.Builder. invocationHandlerFactory(feign.InvocationHandlerFactory invocationHandlerFactory)Unsupported operation.VertxFeign.BuilderVertxFeign.Builder. logger(feign.Logger logger)Sets logger.VertxFeign.BuilderVertxFeign.Builder. logLevel(feign.Logger.Level logLevel)Sets log level.VertxFeign.BuilderVertxFeign.Builder. options(feign.Request.Options options)Sets request options using FeignRequest.Options.VertxFeign.BuilderVertxFeign.Builder. options(io.vertx.core.http.HttpClientOptions options)Sets request options using Vert.xHttpClientOptions.VertxFeign.BuilderVertxFeign.Builder. requestInterceptor(feign.RequestInterceptor requestInterceptor)Adds a single request interceptor to the builder.VertxFeign.BuilderVertxFeign.Builder. requestInterceptors(Iterable<feign.RequestInterceptor> requestInterceptors)Sets the full set of request interceptors for the builder, overwriting any previous interceptors.VertxFeign.BuilderVertxFeign.Builder. retryer(feign.Retryer retryer)Sets retryer.VertxFeign.BuilderVertxFeign.Builder. vertx(io.vertx.core.Vertx vertx)Sets a vertx instance to use to make the client.
-