intercept Incoming Downstream Call
open suspend override fun <PAYLOAD, SERVER_STREAM> interceptIncomingDownstreamCall( payload: PAYLOAD, call: RunnableCallDescription.ColdDownstream<PAYLOAD, SERVER_STREAM>, next: suspend (PAYLOAD) -> Flow<SERVER_STREAM>): Flow<SERVER_STREAM>
Content copied to clipboard