Package io.quarkus.grpc.runtime
Class GrpcServerRecorder.GrpcServiceDefinition
java.lang.Object
io.quarkus.grpc.runtime.GrpcServerRecorder.GrpcServiceDefinition
- Enclosing class:
- GrpcServerRecorder
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal io.grpc.ServerServiceDefinitionfinal io.grpc.BindableService -
Constructor Summary
ConstructorsConstructorDescriptionGrpcServiceDefinition(io.grpc.BindableService service, io.grpc.ServerServiceDefinition definition) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetImplementationClassName(io.grpc.BindableService service)
-
Field Details
-
service
public final io.grpc.BindableService service -
definition
public final io.grpc.ServerServiceDefinition definition
-
-
Constructor Details
-
GrpcServiceDefinition
GrpcServiceDefinition(io.grpc.BindableService service, io.grpc.ServerServiceDefinition definition)
-
-
Method Details
-
getImplementationClassName
-
getImplementationClassName
-