type

abstract val type: KClass<T>

Retrieves the class type of the message being handled.

Return

the KClass object representing the type T.