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)
  2. void subscribe(string bus, void delegate(string, V) dlg, QoS qos)
    class Accessor(T)
    void
    subscribe
    (
    V
    )
    (
    string bus
    ,
    void delegate
    (
    string
    ,
    V
    )
    dlg
    ,
    QoS qos = QoS.undefined
    )
    if (
    !is(V == const(ubyte)[])
    )

Meta