Uses of Class
io.vertx.grpc.transcoding.MethodTranscodingOptions
-
-
Uses of MethodTranscodingOptions in io.vertx.grpc.transcoding
Methods in io.vertx.grpc.transcoding that return MethodTranscodingOptions Modifier and Type Method Description MethodTranscodingOptionsMethodTranscodingOptions. addAdditionalBinding(MethodTranscodingOptions binding)Adds an additional binding.MethodTranscodingOptionsTranscodingServiceMethod. options()MethodTranscodingOptionsMethodTranscodingOptions. setBody(String body)Sets the field path where the HTTP request body should be mapped in the gRPC request message.MethodTranscodingOptionsMethodTranscodingOptions. setHttpMethod(io.vertx.core.http.HttpMethod httpMethod)Sets the HTTP method that this binding should match.MethodTranscodingOptionsMethodTranscodingOptions. setPath(String path)Sets the URL path template for this binding.MethodTranscodingOptionsMethodTranscodingOptions. setResponseBody(String responseBody)Sets the field path in the gRPC response message to use as the HTTP response body.MethodTranscodingOptionsMethodTranscodingOptions. setSelector(String selector)Set the fully-qualified name of the gRPC method to be called.Methods in io.vertx.grpc.transcoding that return types with arguments of type MethodTranscodingOptions Modifier and Type Method Description List<MethodTranscodingOptions>MethodTranscodingOptions. getAdditionalBindings()Gets additional HTTP bindings for the same gRPC method.Methods in io.vertx.grpc.transcoding with parameters of type MethodTranscodingOptions Modifier and Type Method Description MethodTranscodingOptionsMethodTranscodingOptions. addAdditionalBinding(MethodTranscodingOptions binding)Adds an additional binding.static <Req,Resp>
TranscodingServiceMethod<Req,Resp>TranscodingServiceMethod. server(io.vertx.grpc.common.ServiceMethod<Req,Resp> serviceMethod, MethodTranscodingOptions options)static <Req,Resp>
TranscodingServiceMethod<Req,Resp>TranscodingServiceMethod. server(io.vertx.grpc.common.ServiceName serviceName, String methodName, io.vertx.grpc.common.GrpcMessageEncoder<Resp> encoder, io.vertx.grpc.common.GrpcMessageDecoder<Req> decoder, MethodTranscodingOptions options)Constructors in io.vertx.grpc.transcoding with parameters of type MethodTranscodingOptions Constructor Description MethodTranscodingOptions(MethodTranscodingOptions that)
-