1 #import "Test.pbobjc.h"
2 #import <gRPC/ProtoService.h>
4 #import "Empty.pbobjc.h"
5 #import "Messages.pbobjc.h"
12 #pragma mark EmptyCall(Empty) returns (Empty)
14 - (void)emptyCallWithRequest:(
RMTEmpty *)request handler:(
void(^)(
RMTEmpty *response, NSError *error))handler;
16 - (
ProtoRPC *)RPCToEmptyCallWithRequest:(
RMTEmpty *)request handler:(
void(^)(
RMTEmpty *response, NSError *error))handler;
19 #pragma mark UnaryCall(SimpleRequest) returns (SimpleResponse)
26 #pragma mark StreamingOutputCall(StreamingOutputCallRequest) returns (stream StreamingOutputCallResponse)
33 #pragma mark StreamingInputCall(stream StreamingInputCallRequest) returns (StreamingInputCallResponse)
40 #pragma mark FullDuplexCall(stream StreamingOutputCallRequest) returns (stream StreamingOutputCallResponse)
47 #pragma mark HalfDuplexCall(stream StreamingOutputCallRequest) returns (stream StreamingOutputCallResponse)
58 - (instancetype)initWithHost:(NSString *)host NS_DESIGNATED_INITIALIZER;
Definition: Empty.pbobjc.h:29
Definition: GRXWriter.h:125
Definition: Messages.pbobjc.h:185
Definition: Messages.pbobjc.h:112
Definition: Messages.pbobjc.h:213
Definition: Messages.pbobjc.h:78
Definition: Test.pbrpc.h:10
Definition: Test.pbrpc.h:57
Definition: GRXWriteable.h:58
Definition: ProtoRPC.h:37
Definition: ProtoService.h:40