Sha256: b2bcaeef968588f7a98c5acc0627c1aae119c4eb8591ff8fa509cf8f7ccdbee4
Contents?: true
Size: 520 Bytes
Versions: 123
Compression:
Stored size: 520 Bytes
Contents
# frozen_string_literal: true module RubyRabbitmqJanus # Execute this code when janus return an events in standard queue class ActionEvents # Default method using for sending a block of code def actions lambda do |reason, data| Rails.logger.debug "Execute block code with reason : #{reason}" case reason when event then case_events(data.to_hash) end end end private def case_events(data) Rails.logger.debug "Event : #{data}" end end end
Version data entries
123 entries across 123 versions & 1 rubygems