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 GrpcServerOptions
GrpcServerOptions. setDeadlinePropagation(boolean deadlinePropagation)
Set whether the server propagate deadlines toio.vertx.grpc.client.GrpcClientRequest
.GrpcServerOptions
GrpcServerOptions. setGrpcWebEnabled(boolean grpcWebEnabled)
Whether the gRPC-Web protocol should be enabled.GrpcServerOptions
GrpcServerOptions. setMaxMessageSize(long maxMessageSize)
Set the maximum message size in bytes accepted from a client, the maximum value is0xFFFFFFFF
GrpcServerOptions
GrpcServerOptions. 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 GrpcServer
GrpcServer. 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 GrpcIoServer
GrpcIoServer. 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 GrpcServer
GrpcServer. 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 GrpcServer
GrpcServer. server(Vertx vertx, GrpcServerOptions options)
Create a blank gRPC server with specified options.
-