BSD style: see
license.txt
July 2004: Initial release
Kris
- interface ICluster ¶#
-
The contract exposed by each QOS implementation. This is the heart
of the cluster package, designed with multiple implementations in
mind. It should be reasonably straightforward to construct specific
implementations upon a database, pub/sub system, or other substrates.
- IChannel createChannel(char[] channel) ¶#
-
Create a channel instance. Every cluster operation has
a channel provided as an argument
- ILogger log() ¶#
-
Return the Logger associated with this cluster