Class GrpcServices.MethodAndPrototype

  • Enclosing class:
    GrpcServices

    public class GrpcServices.MethodAndPrototype
    extends Object
    • 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()