Package io.quarkus.grpc.runtime.devmode
Class GrpcServices.MethodAndPrototype
- java.lang.Object
-
- io.quarkus.grpc.runtime.devmode.GrpcServices.MethodAndPrototype
-
- Enclosing class:
- GrpcServices
public class GrpcServices.MethodAndPrototype extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodAndPrototype(io.grpc.ServerMethodDefinition<?,?> definition, String prototype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBareMethodName()StringgetFullMethodName()StringgetPrototype()io.grpc.MethodDescriptor.MethodTypegetType()booleanhasPrototype()booleanisTestable()
-
-
-
Constructor Detail
-
MethodAndPrototype
public MethodAndPrototype(io.grpc.ServerMethodDefinition<?,?> definition, String prototype)
-
-
Method Detail
-
getType
public io.grpc.MethodDescriptor.MethodType getType()
-
getBareMethodName
public String getBareMethodName()
-
getFullMethodName
public String getFullMethodName()
-
hasPrototype
public boolean hasPrototype()
-
isTestable
public boolean isTestable()
-
getPrototype
public String getPrototype()
-
-