ApplicationReceiveRequest
fun ApplicationReceiveRequest(typeInfo: KType, value: Any, reusableValue: Boolean = false)
Content copied to clipboard
Parameters
typeInfo
specifies the desired type for a receiving operation
value
specifies current value being processed by the pipeline
reusableValue
indicates whether the value instance can be reused. For example, a stream can't.