intercept Outgoing Downstream Call
open suspend override fun <PAYLOAD, SERVER_STREAM> interceptOutgoingDownstreamCall( payload: PAYLOAD, call: ColdDownstreamCallDescription<PAYLOAD, SERVER_STREAM>, next: suspend (PAYLOAD) -> Flow<SERVER_STREAM>): Flow<SERVER_STREAM>
Content copied to clipboard