Sha256: d0be68a24c7a841a4c11cd9725f11010b651823641a862e11a97f209b4d5bf9a

Contents?: true

Size: 721 Bytes

Versions: 10

Compression:

Stored size: 721 Bytes

Contents

# -*- encoding: utf-8 -*-

# Namespace for failover extensions.
module OnStomp::Failover
  # Raised if the supplied failover: URI is not properly formatted as
  # `failover:(uri,uri,...)?optionalParams=values`
  class InvalidFailoverURIError < OnStomp::OnStompError; end
  
  # Raised if the maximum number of retries is exceed when calling
  # {OnStomp::Failover::Client#connect}
  class MaximumRetriesExceededError < OnStomp::OnStompError; end
end

require 'onstomp/failover/uri'
require 'onstomp/failover/failover_configurable'
require 'onstomp/failover/failover_events'
require 'onstomp/failover/buffers'
require 'onstomp/failover/pools'
require 'onstomp/failover/client'
require 'onstomp/failover/new_with_failover'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
onstomp-1.0.12 lib/onstomp/failover.rb
onstomp-1.0.11 lib/onstomp/failover.rb
onstomp-1.0.10 lib/onstomp/failover.rb
onstomp-1.0.9 lib/onstomp/failover.rb
onstomp-1.0.8 lib/onstomp/failover.rb
onstomp-1.0.7 lib/onstomp/failover.rb
onstomp-1.0.6 lib/onstomp/failover.rb
onstomp-1.0.5 lib/onstomp/failover.rb
onstomp-1.0.4 lib/onstomp/failover.rb
onstomp-1.0.3 lib/onstomp/failover.rb