Uses of Class
io.quarkus.grpc.runtime.config.GrpcConfiguration
-
Packages that use GrpcConfiguration Package Description io.quarkus.grpc.runtime io.quarkus.grpc.runtime.devmode io.quarkus.grpc.runtime.devui io.quarkus.grpc.runtime.supports -
-
Uses of GrpcConfiguration in io.quarkus.grpc.runtime
Methods in io.quarkus.grpc.runtime with parameters of type GrpcConfiguration Modifier and Type Method Description voidGrpcServerRecorder. initializeGrpcServer(RuntimeValue<io.vertx.core.Vertx> vertxSupplier, RuntimeValue<io.vertx.ext.web.Router> routerSupplier, GrpcConfiguration cfg, ShutdownContext shutdown, Map<String,List<String>> blockingMethodsPerService, Map<String,List<String>> virtualMethodsPerService, LaunchMode launchMode) -
Uses of GrpcConfiguration in io.quarkus.grpc.runtime.devmode
Fields in io.quarkus.grpc.runtime.devmode declared as GrpcConfiguration Modifier and Type Field Description (package private) GrpcConfigurationGrpcServices. configuration -
Uses of GrpcConfiguration in io.quarkus.grpc.runtime.devui
Fields in io.quarkus.grpc.runtime.devui declared as GrpcConfiguration Modifier and Type Field Description (package private) GrpcConfigurationGrpcJsonRPCService. grpcConfiguration -
Uses of GrpcConfiguration in io.quarkus.grpc.runtime.supports
Fields in io.quarkus.grpc.runtime.supports declared as GrpcConfiguration Modifier and Type Field Description (package private) GrpcConfigurationGrpcClientConfigProvider. config
-