Class: BaseRabbitMQTopic

Inherits:
Object
  • Object
show all
Defined in:
lib/postcard_rb/dispatchers/RabbitMQ/routings/BaseRabbitMQTopic.rb

Instance Method Summary collapse

Constructor Details

#initializeBaseRabbitMQTopic

Returns a new instance of BaseRabbitMQTopic.



4
5
6
# File 'lib/postcard_rb/dispatchers/RabbitMQ/routings/BaseRabbitMQTopic.rb', line 4

def initialize 
  @rooms = []
end

Instance Method Details

#createRoomObject



12
# File 'lib/postcard_rb/dispatchers/RabbitMQ/routings/BaseRabbitMQTopic.rb', line 12

def createRoom; end

#publishObject



13
# File 'lib/postcard_rb/dispatchers/RabbitMQ/routings/BaseRabbitMQTopic.rb', line 13

def publish; end