Class GrpcClient.Literal

    • Method Detail

      • of

        public static GrpcClient.Literal of​(String value)
        Creates a new instance of GrpcClient.Literal.
        Parameters:
        value - the name of the gRPC service, must not be null, must not be blank
        Returns:
        the literal instance.
      • value

        public String value()
        Returns:
        the service name.