Sha256: a90a2eddba0d4ee7064f9fbd7ebd3c145e0ac29b929f0c5952f723315363d960

Contents?: true

Size: 268 Bytes

Versions: 16

Compression:

Stored size: 268 Bytes

Contents

require 'em-http'
require 'faye/websocket'

module Firehose
  # Ruby clients that connect to Firehose to either publish or consume messages.
  module Client
    autoload :Consumer, 'firehose/client/consumer'
    autoload :Producer, 'firehose/client/producer'
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
firehose-1.3.6 lib/firehose/client.rb
firehose-1.2.20 lib/firehose/client.rb
firehose-1.2.13 lib/firehose/client.rb
firehose-1.2.12 lib/firehose/client.rb
firehose-1.2.11 lib/firehose/client.rb
firehose-1.2.10 lib/firehose/client.rb
firehose-1.2.9 lib/firehose/client.rb
firehose-1.2.8 lib/firehose/client.rb
firehose-1.2.7 lib/firehose/client.rb
firehose-1.2.6 lib/firehose/client.rb
firehose-1.2.5 lib/firehose/client.rb
firehose-1.2.4 lib/firehose/client.rb
firehose-1.2.3 lib/firehose/client.rb
firehose-1.2.2 lib/firehose/client.rb
firehose-1.2.1 lib/firehose/client.rb
firehose-1.2.0 lib/firehose/client.rb