module QueueDispatcher::MessageSending
Public Instance Methods
enqueue(options = {})
click to toggle source
# File lib/queue_dispatcher/message_sending.rb, line 28 def enqueue(options = {}) QueueDispatcherProxy.new(self, options) end