sdeleuze
03/28/2019, 8:35 AMWebClient
I have made an exception to the pattern I use (await
prefix or AndAwait
suffix), I have translated fun exchange(): Mono<ClientResponse>
to suspend fun awaitResponse(): ClientResponse
instead of suspend fun exchangeAndAwait(): ClientResponse
. Any thoughts?