Top Level Namespace
Defined Under Namespace
Classes: BaseRabbitMQRoom, BaseRabbitMQTopic, CorrelationID, DispatcherConnectionRefused, ExplicitRabbitMQRoom, ExplicitRabbitMQTopic, PatternMatchingRabbitMQRoom, PatternMatchingRabbitMQTopic, PostcardConnectionRefused, PostcardRB, RabbitMQDispatcher, Routing, WideRabbitMQRoom, WideRabbitMQTopic
Constant Summary collapse
- IRoom =
interface { required_methods :subscribe }
- ITopic =
interface { required_methods :createRoom, :publish }
- IDispatcher =
interface { required_methods :connect, :createTopic }