mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 02:21:46 +00:00
Added stream & idempotent annotations for RPCs.
Change-Id: Ia8651c1051808fdda0dc0ba52ec991777f868e88 Tested: on Linux.
This commit is contained in:
@@ -62,8 +62,8 @@ table Monster {
|
||||
}
|
||||
|
||||
rpc_service MonsterStorage {
|
||||
Store(Monster):Stat;
|
||||
Retrieve(Stat):Monster;
|
||||
Store(Monster):Stat (stream);
|
||||
Retrieve(Stat):Monster (idempotent);
|
||||
}
|
||||
|
||||
root_type Monster;
|
||||
|
||||
Reference in New Issue
Block a user