MessageContext

data class MessageContext(val protocol: KClass<out Protocol<*, *>>, val rawMessage: RawMessage.Raw) : AbstractCoroutineContextElement

Constructors

Link copied to clipboard
constructor(protocol: KClass<out Protocol<*, *>>, rawMessage: RawMessage.Raw)

Types

Properties

Link copied to clipboard
open override val key: CoroutineContext.Key<*>
Link copied to clipboard
val protocol: KClass<out Protocol<*, *>>
Link copied to clipboard
val rawMessage: RawMessage.Raw

Functions

Link copied to clipboard
open override fun <R> fold(initial: R, operation: (R, CoroutineContext.Element) -> R): R
Link copied to clipboard
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Link copied to clipboard
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Link copied to clipboard
open operator fun plus(context: CoroutineContext): CoroutineContext