Class: TorqueBox::Messaging::Queue
- Inherits:
-
Object
- Object
- TorqueBox::Messaging::Queue
- Defined in:
- lib/torquebox/no-op/messaging.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Queue
constructor
A new instance of Queue.
- #publish(*args) ⇒ Object
- #receive(*args) ⇒ Object
Constructor Details
#initialize(*args) ⇒ Queue
Returns a new instance of Queue.
40 41 42 |
# File 'lib/torquebox/no-op/messaging.rb', line 40 def initialize(*args) # no-op end |
Instance Method Details
#publish(*args) ⇒ Object
44 45 46 |
# File 'lib/torquebox/no-op/messaging.rb', line 44 def publish(*args) # no-op end |
#receive(*args) ⇒ Object
48 49 50 |
# File 'lib/torquebox/no-op/messaging.rb', line 48 def receive(*args) # no-op end |