Class: MicroQ::Middleware::Server::Statistics
- Inherits:
-
Object
- Object
- MicroQ::Middleware::Server::Statistics
- Includes:
- Util
- Defined in:
- lib/micro_q/middleware/server/statistics.rb
Constant Summary collapse
- PERFORMED =
proc {|klass| klass ? "messages:#{klass}:performed" : 'messages:performed' }
Instance Method Summary collapse
Methods included from Util
Instance Method Details
#call(_, message) ⇒ Object
9 10 11 12 |
# File 'lib/micro_q/middleware/server/statistics.rb', line 9 def call(_, ) stats() yield end |