retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
MessageRouter
retrograde
messaging
Undocumented in source.
class
MessageRouter {
void
addRoute
(MessageRoute route, const(Message) function(const(Message)) messageAdjuster);
}
Members
Functions
addRoute
void
addRoute
(MessageRoute route, const(Message) function(const(Message)) messageAdjuster)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
retrograde
messaging
aliases
Command
Event
classes
CommandChannel
EventChannel
EventHandler
MessageChannel
MessageProcessor
MessageRouter
functions
dropMessageData
interfaces
MessageData
structs
Message
MessageRoute