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

Meta