Module: QRPC::Locator
- Defined in:
- lib/qrpc/locator.rb,
lib/qrpc/locator/em-jack.rb,
lib/qrpc/locator/evented-queue.rb
Overview
Resource locators.
Defined Under Namespace
Classes: EMJackLocator, EventedQueueLocator
Class Method Summary collapse
-
.new(*args, &block) ⇒ Object
Returns new instance of EMJackLocator.
Class Method Details
.new(*args, &block) ⇒ Object
Returns new instance of EMJackLocator.
24 25 26 |
# File 'lib/qrpc/locator.rb', line 24 def self.new(*args, &block) EMJackLocator::new(*args, &block) end |