https://kotlinlang.org logo
#spring
Title
d

Dsittel

05/26/2020, 1:59 PM
thx
but sebastien how do i Infer dataclass type
s

sdeleuze

05/26/2020, 2:01 PM
This is a reified variant
so
awaitBody<Foo>()
or inferred via explicit return type
d

Dsittel

05/26/2020, 2:03 PM
ah ok cool
hey sebastien short remark
coRouter means coroutineRouter and when a use a suspend function in my hanlder i have to use this coRouter ?
s

sdeleuze

05/26/2020, 2:21 PM
Yes
3 Views