Package io.quarkus.grpc.runtime.devmode
Class GrpcServices.MethodAndPrototype
java.lang.Object
io.quarkus.grpc.runtime.devmode.GrpcServices.MethodAndPrototype
- Enclosing class:
- GrpcServices
-
Constructor Summary
ConstructorsConstructorDescriptionMethodAndPrototype(io.grpc.ServerMethodDefinition<?, ?> definition, String prototype) -
Method Summary
-
Constructor Details
-
MethodAndPrototype
-
-
Method Details
-
getType
public io.grpc.MethodDescriptor.MethodType getType() -
getBareMethodName
-
getFullMethodName
-
hasPrototype
public boolean hasPrototype() -
isTestable
public boolean isTestable() -
getPrototype
-