receiveNullable

abstract suspend fun <T> receiveNullable(typeInfo: TypeInfo): T?

Receives content for this request.

Return

instance of T received from this call.

Parameters

typeInfo

instance specifying type to be received.

Throws

ContentTransformationException

when content cannot be transformed to the requested type.