class QRPC::Locator::EventedQueueLocator::REUQ

Helper recurring evented queue with unified queues support. @since 0.9.0

Public Class Methods

new(*args) click to toggle source

Constructor.

Calls superclass method
# File lib/qrpc/locator/evented-queue.rb, line 80
def initialize(*args)
    cls = args.first
    args.shift
    object = cls::new(*args)
    super(object)
end