Uses of Class
io.vertx.grpc.server.GrpcServerOptions
-
Packages that use GrpcServerOptions Package Description io.vertx.grpc.server io.vertx.grpcio.server io.vertx.reactivex.grpc.server io.vertx.rxjava3.grpc.server -
-
Uses of GrpcServerOptions in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcServerOptions Modifier and Type Method Description GrpcServerOptionsGrpcServerOptions. addEnabledProtocol(GrpcProtocol protocol)GrpcServerOptionsGrpcServerOptions. removeEnabledProtocol(GrpcProtocol protocol)GrpcServerOptionsGrpcServerOptions. setDeadlinePropagation(boolean deadlinePropagation)Set whether the server propagate deadlines toio.vertx.grpc.client.GrpcClientRequest.GrpcServerOptionsGrpcServerOptions. setMaxMessageSize(long maxMessageSize)Set the maximum message size in bytes accepted from a client, the maximum value is0xFFFFFFFFGrpcServerOptionsGrpcServerOptions. 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 GrpcServerOptions Modifier and Type Method Description static 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 Constructor Description GrpcServerOptions(GrpcServerOptions other)Copy constructor. -
Uses of GrpcServerOptions in io.vertx.grpcio.server
Methods in io.vertx.grpcio.server with parameters of type GrpcServerOptions Modifier and Type Method Description static 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 GrpcServerOptions Modifier and Type Method Description static 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 GrpcServerOptions Modifier and Type Method Description static GrpcServerGrpcServer. server(Vertx vertx, GrpcServerOptions options)Create a blank gRPC server with specified options.
-