Class GrpcServices.MethodAndPrototype

java.lang.Object
io.quarkus.grpc.runtime.devmode.GrpcServices.MethodAndPrototype
Enclosing class:
GrpcServices

public class GrpcServices.MethodAndPrototype extends Object
  • Constructor Details

    • MethodAndPrototype

      public MethodAndPrototype(io.grpc.ServerMethodDefinition<?,?> definition, String prototype)
  • Method Details

    • 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()