Smithy Kotlin
Toggle table of contents
1.5.20
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.io
/
Handler
Handler
interface
Handler
<
in
Request
,
out
Response
>
Handler is an (asynchronous) transform from
Request
->
Response
Members
Functions
call
Link copied to clipboard
abstract
suspend
fun
call
(
request
:
Request
)
:
Response