MessageDispatcher

Represents a message dispatcher that can run and dispatch messages.

This interface combines the capabilities of running a dispatch process, being closable for resource management, and having a name for identification.

Inheritors

Properties

Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun run()