ApplicationReceiveRequest
class ApplicationReceiveRequest(typeInfo: KType, value: Any, reusableValue: Boolean)
Content copied to clipboard
Represents a subject for ApplicationReceivePipeline
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.
Constructors
Link copied to clipboard
Link copied to clipboard
fun ApplicationReceiveRequest(typeInfo: KType, value: Any, reusableValue: Boolean = false)
Content copied to clipboard