Uses of Class
io.quarkus.grpc.runtime.config.GrpcServerConfiguration
-
Packages that use GrpcServerConfiguration Package Description io.quarkus.grpc.runtime io.quarkus.grpc.runtime.config io.quarkus.grpc.runtime.supports -
-
Uses of GrpcServerConfiguration in io.quarkus.grpc.runtime
Methods in io.quarkus.grpc.runtime with parameters of type GrpcServerConfiguration Modifier and Type Method Description (package private) static booleanGrpcSslUtils. applySslOptions(GrpcServerConfiguration config, io.vertx.core.http.HttpServerOptions options)Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled. -
Uses of GrpcServerConfiguration in io.quarkus.grpc.runtime.config
Fields in io.quarkus.grpc.runtime.config declared as GrpcServerConfiguration Modifier and Type Field Description GrpcServerConfigurationGrpcConfiguration. serverConfigure the gRPC server. -
Uses of GrpcServerConfiguration in io.quarkus.grpc.runtime.supports
Methods in io.quarkus.grpc.runtime.supports that return GrpcServerConfiguration Modifier and Type Method Description GrpcServerConfigurationGrpcClientConfigProvider. getServerConfiguration()
-