Class: Karafka::Web::App
- Inherits:
-
Object
- Object
- Karafka::Web::App
- Defined in:
- lib/karafka/web/app.rb
Overview
Proxy App that selects either Pro or regular app to handle the requests
Class Method Summary collapse
- .call(env, &block) ⇒ Object
-
.engine ⇒ Class
Regular or pro Web engine.
Class Method Details
.call(env, &block) ⇒ Object
10 11 12 |
# File 'lib/karafka/web/app.rb', line 10 def call(env, &block) engine.call(env, &block) end |