KClientRequest
Kotlin-idiomatic request for invoking Restate services from an ingress client.
Example usage:
client.toService<CounterKt>()
.request { add(1) }
.options { idempotencyKey = "123" }
.call()Content copied to clipboard
Parameters
Req
the request type
Res
the response type