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)
    class Accessor(T)
    void
    subscribe
    (
    string topic
    ,
    void delegate
    (
    string
    ,
    const(ubyte)[]
    )
    dlg
    )
  2. void subscribe(string bus, void delegate(string, V) dlg)

Meta