Lines Matching full:grpc
1 // Generated GRPC code for FlatBuffers TS *** DO NOT EDIT ***
6 import * as grpc from 'grpc';
8 interface IMonsterStorageService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
14 interface IMonsterStorageService_IStore extends grpc.MethodDefinition<MyGame_Example_Monster, MyGam…
18 requestSerialize: grpc.serialize<MyGame_Example_Monster>;
19 requestDeserialize: grpc.deserialize<MyGame_Example_Monster>;
20 responseSerialize: grpc.serialize<MyGame_Example_Stat>;
21 responseDeserialize: grpc.deserialize<MyGame_Example_Stat>;
24 interface IMonsterStorageService_IRetrieve extends grpc.MethodDefinition<MyGame_Example_Stat, MyGam…
28 requestSerialize: grpc.serialize<MyGame_Example_Stat>;
29 requestDeserialize: grpc.deserialize<MyGame_Example_Stat>;
30 responseSerialize: grpc.serialize<MyGame_Example_Monster>;
31 responseDeserialize: grpc.deserialize<MyGame_Example_Monster>;
34 interface IMonsterStorageService_IGetMaxHitPoint extends grpc.MethodDefinition<MyGame_Example_Monst…
38 requestSerialize: grpc.serialize<MyGame_Example_Monster>;
39 requestDeserialize: grpc.deserialize<MyGame_Example_Monster>;
40 responseSerialize: grpc.serialize<MyGame_Example_Stat>;
41 responseDeserialize: grpc.deserialize<MyGame_Example_Stat>;
44 interface IMonsterStorageService_IGetMinMaxHitPoints extends grpc.MethodDefinition<MyGame_Example_M…
48 requestSerialize: grpc.serialize<MyGame_Example_Monster>;
49 requestDeserialize: grpc.deserialize<MyGame_Example_Monster>;
50 responseSerialize: grpc.serialize<MyGame_Example_Stat>;
51 responseDeserialize: grpc.deserialize<MyGame_Example_Stat>;
58 Store: grpc.handleUnaryCall<MyGame_Example_Monster, MyGame_Example_Stat>;
59 Retrieve: grpc.handleServerStreamingCall<MyGame_Example_Stat, MyGame_Example_Monster>;
60 GetMaxHitPoint: grpc.handleClientStreamingCall<MyGame_Example_Monster, MyGame_Example_Stat>;
61 GetMinMaxHitPoints: grpc.handleBidiStreamingCall<MyGame_Example_Monster, MyGame_Example_Stat>;
65 …yGame_Example_Monster, callback: (error: grpc.ServiceError | null, response: MyGame_Example_Stat) …
66 …mple_Monster, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: MyGam…
67 …data: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | nul…
68 …Retrieve(request: MyGame_Example_Stat, metadata: grpc.Metadata): grpc.ClientReadableStream<MyGame_…
69 …Retrieve(request: MyGame_Example_Stat, options: Partial<grpc.CallOptions>): grpc.ClientReadableStr…
70 …GetMaxHitPoint(callback: (error: grpc.ServiceError | null, response: MyGame_Example_Monster) => vo…
71 …tMaxHitPoint(metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: MyGame…
72 …int(options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: MyGa…
73 …ata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null…
74 GetMinMaxHitPoints(): grpc.ClientDuplexStream<MyGame_Example_Monster, MyGame_Example_Stat>;
75 …GetMinMaxHitPoints(options: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<MyGame_Example_Mon…
76 …GetMinMaxHitPoints(metadata: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientDuple…
79 export class MonsterStorageClient extends grpc.Client implements IMonsterStorageClient {
80 …grpc.ChannelCredentials, options?: object); public Store(request: MyGame_Example_Monster, callbac…
81 …mple_Monster, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: MyGam…
82 …data: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | nul…
83 …public Retrieve(request: MyGame_Example_Stat, metadata: grpc.Metadata): grpc.ClientReadableStream<…
84 …public Retrieve(request: MyGame_Example_Stat, options: Partial<grpc.CallOptions>): grpc.ClientRead…
85 …ublic GetMaxHitPoint(callback: (error: grpc.ServiceError | null, response: MyGame_Example_Monster)…
86 …tMaxHitPoint(metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: MyGame…
87 …int(options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: MyGa…
88 …ata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null…
89 public GetMinMaxHitPoints(): grpc.ClientDuplexStream<MyGame_Example_Monster, MyGame_Example_Stat>;
90 …public GetMinMaxHitPoints(options: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<MyGame_Exam…
91 …public GetMinMaxHitPoints(metadata: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.Clie…