Class: Trinidad::Extensions::ThreadedResqueWebAppExtension

Inherits:
WebAppExtension
  • Object
show all
Defined in:
lib/trinidad_threaded_resque_extension.rb

Instance Method Summary collapse

Instance Method Details

#configure(tomcat, app_context) ⇒ Object



9
10
11
# File 'lib/trinidad_threaded_resque_extension.rb', line 9

def configure(tomcat, app_context)
  app_context.add_lifecycle_listener(ThreadedResque::LifecycleListener.new(@options))
end