module Pebbles::River

Constants

VERSION

Public Class Methods

rabbitmq_options() click to toggle source
# File lib/pebbles/river.rb, line 21
def self.rabbitmq_options
  @rabbitmq_options ||= {}.freeze
end
rabbitmq_options=(options) click to toggle source
# File lib/pebbles/river.rb, line 25
def self.rabbitmq_options=(options)
  @rabbitmq_options = options.freeze
end