Uses of Class
io.vertx.grpc.server.GrpcServerOptions
Packages that use GrpcServerOptions
Package
Description
-
Uses of GrpcServerOptions in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcServerOptionsModifier and TypeMethodDescriptionGrpcServerOptions.addEnabledProtocol(GrpcProtocol protocol) Adds a gRPC protocol to the list of enabled protocols for the server.GrpcServerOptions.removeEnabledProtocol(GrpcProtocol protocol) Removes the specified gRPC protocol from the set of enabled protocols.GrpcServerOptions.setDeadlinePropagation(boolean deadlinePropagation) Set whether the server propagate deadlines toio.vertx.grpc.client.GrpcClientRequest.GrpcServerOptions.setMaxMessageSize(long maxMessageSize) Set the maximum message size in bytes accepted from a client, the maximum value is0xFFFFFFFFGrpcServerOptions.setScheduleDeadlineAutomatically(boolean scheduleDeadlineAutomatically) Set whether a deadline is automatically scheduled when a request carrying a timeout is received.Methods in io.vertx.grpc.server with parameters of type GrpcServerOptionsModifier and TypeMethodDescriptionstatic GrpcServerGrpcServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options.Constructors in io.vertx.grpc.server with parameters of type GrpcServerOptions -
Uses of GrpcServerOptions in io.vertx.grpcio.server
Methods in io.vertx.grpcio.server with parameters of type GrpcServerOptionsModifier and TypeMethodDescriptionstatic GrpcIoServerGrpcIoServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options. -
Uses of GrpcServerOptions in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server with parameters of type GrpcServerOptionsModifier and TypeMethodDescriptionstatic GrpcServerGrpcServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options. -
Uses of GrpcServerOptions in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerOptionsModifier and TypeMethodDescriptionstatic GrpcServerGrpcServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options.