idempotentInvocationHandle
inline fun <Res> Client.idempotentInvocationHandle(target: Target, idempotencyKey: String): Client.IdempotentInvocationHandle<Res>
Create a new Client.IdempotentInvocationHandle for the provided target and idempotency key.
Return
the idempotent invocation handle
Parameters
target
the target service/method
idempotencyKey
the idempotency key