retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
MessageRoute
retrograde
messaging
Undocumented in source.
struct
MessageRoute {
StringId
type
;
MessageChannel
source
;
MessageChannel
target
;
}
Members
Variables
source
MessageChannel
source
;
Undocumented in source.
target
MessageChannel
target
;
Undocumented in source.
type
StringId
type
;
Undocumented in source.
Meta
Source
See Implementation
retrograde
messaging
aliases
Command
Event
classes
CommandChannel
EventChannel
EventHandler
MessageChannel
MessageProcessor
MessageRouter
functions
dropMessageData
interfaces
MessageData
structs
Message
MessageRoute