- getSubscribedChannels
int getSubscribedChannels()
Undocumented in source. Be warned that the author may not have intended to support it.
- isSubscribed
bool isSubscribed()
Undocumented in source. Be warned that the author may not have intended to support it.
- onMessage
void onMessage(const(ubyte)[] channel, const(ubyte)[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPMessage
void onPMessage(const(ubyte)[] pattern, const(ubyte)[] channel, const(ubyte)[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPSubscribe
void onPSubscribe(const(ubyte)[] pattern, int subscribedChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPUnsubscribe
void onPUnsubscribe(const(ubyte)[] pattern, int subscribedChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
- onSubscribe
void onSubscribe(const(ubyte)[] channel, int subscribedChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
- onUnsubscribe
void onUnsubscribe(const(ubyte)[] channel, int subscribedChannels)
Undocumented in source. Be warned that the author may not have intended to support it.
- proceed
void proceed(Client client, const(ubyte)[][] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
- proceedWithPatterns
void proceedWithPatterns(Client client, const(ubyte)[][] patterns)
Undocumented in source. Be warned that the author may not have intended to support it.
- psubscribe
void psubscribe(const(ubyte)[][] patterns)
Undocumented in source. Be warned that the author may not have intended to support it.
- punsubscribe
void punsubscribe()
Undocumented in source. Be warned that the author may not have intended to support it.
- punsubscribe
void punsubscribe(const(ubyte)[][] patterns)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(const(ubyte)[][] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
- unsubscribe
void unsubscribe()
Undocumented in source. Be warned that the author may not have intended to support it.
- unsubscribe
void unsubscribe(const(ubyte)[][] channels)
Undocumented in source. Be warned that the author may not have intended to support it.