RPCProtocol
interface RPCProtocol
Content copied to clipboard
Types
Functions
bistream
Link copied to clipboard
abstract fun bistream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Bistream.Caller
Content copied to clipboard
downstream
Link copied to clipboard
abstract fun downstream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Downstream.Caller
Content copied to clipboard
singleCall
Link copied to clipboard
abstract fun singleCall(serviceCallIdentifier: ServiceCallIdentifier): RPC.SingleCall.Caller
Content copied to clipboard
upstream
Link copied to clipboard
abstract fun upstream(serviceCallIdentifier: ServiceCallIdentifier): RPC.Upstream.Caller
Content copied to clipboard