Accessor.subscribe

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void subscribe(string topic, void delegate(string, const(ubyte)[]) dlg, QoS qos)
    class Accessor(T)
    void
    subscribe
    (
    string topic
    ,
    void delegate
    (
    string
    ,
    const(ubyte)[]
    )
    dlg
    ,
    QoS qos = QoS.undefined
    )
  2. void subscribe(string bus, void delegate(string, V) dlg, QoS qos)

Meta