intercept Incoming Single Call
open suspend fun <PAYLOAD, RESPONSE> interceptIncomingSingleCall( payload: PAYLOAD, call: RunnableCallDescription.Single<PAYLOAD, RESPONSE>, next: suspend (PAYLOAD) -> RESPONSE): RESPONSE
Content copied to clipboard