R P C Protocol
Types
Functions
bistream
Link copied to clipboard
abstract suspend fun bistream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Bistream.Caller
Content copied to clipboard
downstream
Link copied to clipboard
abstract suspend fun downstream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Downstream.Caller
Content copied to clipboard
singleCall
Link copied to clipboard
abstract suspend fun singleCall(serviceCallIdentifier: ServiceCallIdentifier): RPC.SingleCall.Caller
Content copied to clipboard
upstream
Link copied to clipboard
abstract suspend fun upstream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Upstream.Caller
Content copied to clipboard