module Alephant::Publisher::Queue
Constants
- VERSION
Public Class Methods
create(opts, processor = nil)
click to toggle source
# File lib/alephant/publisher/queue.rb, line 17 def self.create(opts, processor = nil) processor ||= Processor.new(opts) Publisher.new(opts, processor) end