Uses of Class
io.quarkus.grpc.runtime.GrpcServerRecorder.GrpcServiceDefinition
-
Packages that use GrpcServerRecorder.GrpcServiceDefinition Package Description io.quarkus.grpc.runtime io.quarkus.grpc.runtime.devmode -
-
Uses of GrpcServerRecorder.GrpcServiceDefinition in io.quarkus.grpc.runtime
Methods in io.quarkus.grpc.runtime that return types with arguments of type GrpcServerRecorder.GrpcServiceDefinition Modifier and Type Method Description static List<GrpcServerRecorder.GrpcServiceDefinition>GrpcServerRecorder. getServices() -
Uses of GrpcServerRecorder.GrpcServiceDefinition in io.quarkus.grpc.runtime.devmode
Fields in io.quarkus.grpc.runtime.devmode declared as GrpcServerRecorder.GrpcServiceDefinition Modifier and Type Field Description GrpcServerRecorder.GrpcServiceDefinitionGrpcServices.ServiceDefinitionAndStatus. definitionConstructors in io.quarkus.grpc.runtime.devmode with parameters of type GrpcServerRecorder.GrpcServiceDefinition Constructor Description ServiceDefinitionAndStatus(GrpcServerRecorder.GrpcServiceDefinition definition, HealthOuterClass.HealthCheckResponse.ServingStatus status)
-