Sha256: 3676423736ecf161bb5d9a2a3d7189ab96b92fad6f7fb97a92fc0f80ef447d67
Contents?: true
Size: 616 Bytes
Versions: 26
Compression:
Stored size: 616 Bytes
Contents
# frozen_string_literal: true # @author VAILLANT Jeremy <jeremy.vaillant@dazzl.tv> # @see RubyRabbitmqJanus::Janus::Keepalive Keepalive thread module RubyRabbitmqJanus module Errors module Process # Define a super class for all error in Process::Concurency::Keepalive class BaseKeepalive < RubyRabbitmqJanus::Errors::Process::BaseConcurency def initialize(message) super "[Keepalive]#{message}" end end end end end require 'rrj/errors/process/keepalive/initializer' require 'rrj/errors/process/keepalive/thread' require 'rrj/errors/process/keepalive/timer'
Version data entries
26 entries across 26 versions & 1 rubygems