Class: TorqueBox::Messaging::ProcessorMiddleware::WithTransaction Private

Inherits:
Object
  • Object
show all
Defined in:
lib/torquebox/messaging/processor_middleware/with_transaction.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#call(session, message) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



26
27
28
29
# File 'lib/torquebox/messaging/processor_middleware/with_transaction.rb', line 26

def call(session, message)
  # This middleware is now a no-op and should be removed
  yield
end