selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
NodeMessageEvent
selery
event
node
node
Undocumented in source.
class
NodeMessageEvent :
NodeEvent
{
this
(Node node, ubyte[] payload);
ubyte
[]
payload
[@property getter];
alias
message
=
payload
;
void
reply
(ubyte[] message);
}
Constructors
this
this
(Node node, ubyte[] payload)
Undocumented in source.
Members
Aliases
message
alias
message
=
payload
Undocumented in source.
Functions
reply
void
reply
(ubyte[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
payload
ubyte
[]
payload
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From NodeEvent
_node
Node
_node
;
Undocumented in source.
node
const
(
Node
)
node
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
selery
event
node
node
classes
NodeAddedEvent
NodeEvent
NodeMessageEvent
NodeRemovedEvent