vncore / com.venuenext.vncore.model / NotificationMessageRouter

NotificationMessageRouter

class NotificationMessageRouter

Constructors

<init>

NotificationMessageRouter()

Functions

routeMessage

Finds all listeners that can handle the message and forwards the notification.

fun routeMessage(message: String): Unit

subscribeListener

fun subscribeListener(handler: NotificationMessageHandler): Unit

unsubscribeListener

fun unsubscribeListener(handler: NotificationMessageHandler): Boolean