Metadata is generated at compile time (C++) or decoration time (TS) and stored in reflection. It tells the RPC manager
how to route and deliver a method call.
Required to map incoming calls to the correct method. The path supports targeting RPC calls on sub-objects.
reliable
getreliable():boolean
If true, the RPC must be delivered reliably.
Returns boolean
Note
Reliable calls guarantee delivery and ordering. Unreliable calls may be dropped if the connection is congested, which
is acceptable for transient signals like cosmetic effects.
Metadata describing an RPC method registration.
Note
Metadata is generated at compile time (C++) or decoration time (TS) and stored in reflection. It tells the RPC manager how to route and deliver a method call.