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
NSError * ErrorForBadProto(id proto, Class expectedClass, NSError *parsingError)
Generate an NSError object that represents a failure in parsing a proto class.
__attribute__(void) start
host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the ...
This is the legacy interface of this gRPC library.
Definition: GRPCCallLegacy.h:31
This subclass is empty now.
Definition: ProtoRPCLegacy.h:57
This subclass is empty now.
Definition: ProtoMethod.h:44
Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of ...
Definition: GRXWriteable.h:47
An GRXWriter object can produce, on demand, a sequence of values.
Definition: GRXWriter.h:78