MessageDispatcher
class MessageDispatcher(directiveGroupHandler: DirectiveGroupHandler, attachmentManager: AttachmentManagerInterface) : MessageObserver
Content copied to clipboard
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)
Content copied to clipboard