Package io.quarkus.grpc.runtime
Class GrpcServerRecorder
- java.lang.Object
-
- io.quarkus.grpc.runtime.GrpcServerRecorder
-
public class GrpcServerRecorder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGrpcServerRecorder.GrpcServiceDefinition
-
Constructor Summary
Constructors Constructor Description GrpcServerRecorder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<GrpcServerRecorder.GrpcServiceDefinition>getServices()static intgetVerticleCount()voidinitializeGrpcServer(RuntimeValue<io.vertx.core.Vertx> vertxSupplier, GrpcConfiguration cfg, ShutdownContext shutdown, Map<String,List<String>> blockingMethodsPerServiceImplementationClass, LaunchMode launchMode)
-
-
-
Method Detail
-
getServices
public static List<GrpcServerRecorder.GrpcServiceDefinition> getServices()
-
initializeGrpcServer
public void initializeGrpcServer(RuntimeValue<io.vertx.core.Vertx> vertxSupplier, GrpcConfiguration cfg, ShutdownContext shutdown, Map<String,List<String>> blockingMethodsPerServiceImplementationClass, LaunchMode launchMode)
-
getVerticleCount
public static int getVerticleCount()
-
-