19 #import <Foundation/Foundation.h>
28 #pragma clang diagnostic push
29 #pragma clang diagnostic ignored "-Wnullability-completeness"
31 __attribute__((deprecated(
"Please use GRPCProtoService.")))
@interface ProtoService
35 (nullable instancetype)initWithHost : (nonnull NSString *)host packageName
36 : (nonnull NSString *)packageName serviceName : (nonnull NSString *)serviceName callOptions
40 message:(nonnull
id)message
43 responseClass:(nonnull Class)responseClass;
48 responseClass:(nonnull Class)responseClass;
54 - (instancetype)initWithHost : (NSString *)host packageName
55 : (NSString *)packageName serviceName : (NSString *)serviceName;
58 requestsWriter:(
GRXWriter *)requestsWriter
59 responseClass:(Class)responseClass
64 #pragma clang diagnostic pop
70 #pragma clang diagnostic push
71 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
73 #pragma clang diagnostic pop
__attribute__(void) start
host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the ...
Definition: ProtoService.h:52
Immutable user configurable options for a gRPC call.
Definition: GRPCCallOptions.h:30
This subclass is empty now.
Definition: ProtoRPCLegacy.h:57
This subclass is empty now.
Definition: ProtoService.h:73
A client-streaming RPC call with Protobuf.
Definition: ProtoRPC.h:133
A unary-request RPC call with Protobuf.
Definition: ProtoRPC.h:102
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
An object can implement this protocol to receive responses from server from a call.
Definition: ProtoRPC.h:33