33 __attribute__((deprecated(
"Please use GRPCProtoCall.")))
@interface ProtoRPC
41 (instancetype)initWithHost : (NSString *)host method
43 : (Class)responseClass responsesWriteable
44 : (
id<
GRXWriteable>)responsesWriteable NS_DESIGNATED_INITIALIZER;
54 #pragma clang diagnostic push 55 #pragma clang diagnostic ignored "-Wdeprecated-declarations" 58 #pragma clang diagnostic pop
Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of ...
Definition: GRXWriteable.h:47
This subclass is empty now.
Definition: ProtoMethod.h:43
An GRXWriter object can produce, on demand, a sequence of values.
Definition: GRXWriter.h:77
This is the legacy interface of this gRPC library.
Definition: GRPCCallLegacy.h:30
NSError * ErrorForBadProto(id proto, Class expectedClass, NSError *parsingError)
Generate an NSError object that represents a failure in parsing a proto class.
This subclass is empty now.
Definition: ProtoRPCLegacy.h:56
__attribute__(void) start
host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the ...