ColdUpstreamRunner
object ColdUpstreamRunner
Content copied to clipboard
Types
Callee
Link copied to clipboard
class Callee<REQUEST, CLIENT_STREAM, RESPONSE>(serializer: PayloadSerializer, call: RunnableCallDescription.ColdUpstream<REQUEST, CLIENT_STREAM, RESPONSE>) : RPC.Upstream.Callee.Implementation
Content copied to clipboard
Caller
Link copied to clipboard
class Caller<REQUEST, CLIENT_STREAM, RESPONSE>(serializer: PayloadSerializer, rpc: RPC.Upstream.Caller, call: ColdUpstreamCallDescription<REQUEST, CLIENT_STREAM, RESPONSE>)
Content copied to clipboard