Constant Field Values

Contents

io.grpc.*

  • io.grpc.examples.helloworld.Greeter2Grpc 
    Modifier and Type Constant Field Value
    public static final java.lang.String SERVICE_NAME "helloworld.Greeter2"
  • io.grpc.examples.helloworld.GreeterGrpc 
    Modifier and Type Constant Field Value
    public static final java.lang.String SERVICE_NAME "helloworld.Greeter"
  • io.grpc.examples.helloworld.HelloReply 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_FIELD_NUMBER 1
  • io.grpc.examples.helloworld.HelloRequest 
    Modifier and Type Constant Field Value
    public static final int NAME_FIELD_NUMBER 1

io.micronaut.*