MessageDispatcher

class MessageDispatcher(directiveGroupHandler: DirectiveGroupHandler, attachmentManager: AttachmentManagerInterface) : MessageObserver

Class that dispatch messages. Directives will be passed to DirectiveGroupProcessor, Attachments will be handled by AttachmentManagerInterface.

Constructors

Link copied to clipboard
fun MessageDispatcher(directiveGroupHandler: DirectiveGroupHandler, attachmentManager: AttachmentManagerInterface)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun receiveAttachment(attachment: AttachmentMessage)
Link copied to clipboard
open override fun receiveDirectives(directives: List<DirectiveMessage>)