Sha256: 455b3be4005bcce1a1cadc78087a7f017f33dc26d9fc0504190aa72307ddbbde

Contents?: true

Size: 329 Bytes

Versions: 62

Compression:

Stored size: 329 Bytes

Contents

# This is abstraction around a notifier service for FileSystem based queue services

module DispatchRider
  module NotificationServices
    class FileSystem::Notifier

      def initialize(options)
        # nothing to do here
      end

      def channel(path)
        FileSystem::Channel.new(path)
      end

    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
dispatch-rider-0.0.4 lib/dispatch-rider/notification_services/file_system/notifier.rb
dispatch-rider-0.0.3 lib/dispatch-rider/notification_services/file_system/notifier.rb