Sha256: 86f5aee475710b6c4d1f3d5ca04c7194aebb1dc10e4fff99c5360e47bf4301ee

Contents?: true

Size: 785 Bytes

Versions: 4

Compression:

Stored size: 785 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  # @note
  #    Did you encounter an exception similar to the following:
  #
  #    "A copy of Hyrax::Listeners::ObjectLifecycleListener has been removed from the module tree but is still active!"
  #
  #    You may need to register a listener as autoload.  See
  #    ./app/services/hyrax/listeners.rb
  module Listeners
    extend ActiveSupport::Autoload

    autoload :AclIndexListener
    autoload :BatchNotificationListener
    autoload :FileSetLifecycleListener
    autoload :FileSetLifecycleNotificationListener
    autoload :MemberCleanupListener
    autoload :MetadataIndexListener
    autoload :ObjectLifecycleListener
    autoload :ProxyDepositListener
    autoload :TrophyCleanupListener
    autoload :WorkflowListener
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hyrax-3.2.0 app/services/hyrax/listeners.rb
hyrax-3.1.0 app/services/hyrax/listeners.rb
hyrax-3.0.2 app/services/hyrax/listeners.rb
hyrax-3.0.1 app/services/hyrax/listeners.rb