HandlerCoroutines

The interface for handling Pub/Sub messages of type T.

Parameters

T

the type of the message to be handled.

Properties

Link copied to clipboard
abstract val type: KClass<T>

Retrieves the class type of the message being handled.

Functions

Link copied to clipboard
abstract operator fun invoke(p1: T)