ColdDownstreamPendingRPC
object ColdDownstreamPendingRPC
Content copied to clipboard
Types
Callee
Link copied to clipboard
class Callee(protocol: AscensionRPCProtocol, context: CoroutineContext, reference: RPCReference, implementation: RPC.Downstream.Callee.Implementation) : PendingRPC.Callee<AscensionRPCFrame.ColdDownstream.Upstream, AscensionRPCFrame.ColdDownstream.Downstream> , RPC.Downstream.Callee
Content copied to clipboard
Caller
Link copied to clipboard
class Caller(protocol: AscensionRPCProtocol, context: CoroutineContext, serviceCallIdentifier: ServiceCallIdentifier, reference: RPCReference) : PendingRPC.Caller<AscensionRPCFrame.ColdDownstream.Downstream, AscensionRPCFrame.ColdDownstream.Upstream> , RPC.Downstream.Caller
Content copied to clipboard