Package io.quarkus.grpc.runtime
Class GrpcServerRecorder
java.lang.Object
io.quarkus.grpc.runtime.GrpcServerRecorder
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intvoidinitializeGrpcServer(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, boolean securityPresent) initServerInterceptorStorage(Map<String, Set<Class<?>>> perServiceInterceptors, Set<Class<?>> globalInterceptors)
-
Constructor Details
-
GrpcServerRecorder
public GrpcServerRecorder()
-
-
Method Details
-
getServices
-
initializeGrpcServer
public void 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, boolean securityPresent) -
getVerticleCount
public static int getVerticleCount() -
initServerInterceptorStorage
public RuntimeValue<ServerInterceptorStorage> initServerInterceptorStorage(Map<String, Set<Class<?>>> perServiceInterceptors, Set<Class<?>> globalInterceptors)
-