Sha256: de0cba5dfaa8141e3aa49e321c53a4285049cca525c33cac9ac4e1451944d10b

Contents?: true

Size: 327 Bytes

Versions: 2

Compression:

Stored size: 327 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

2 entries across 2 versions & 1 rubygems

Version Path
dispatch-rider-2.1.0 lib/dispatch-rider/notification_services/file_system/notifier.rb
dispatch-rider-2.0.0 lib/dispatch-rider/notification_services/file_system/notifier.rb