Class: ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed

Inherits:
Timed show all
Defined in:
activesupport/lib/active_support/notifications/fanout.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Evented

#delegate, #pattern, #silenceable

Instance Method Summary collapse

Methods inherited from Timed

#publish

Methods inherited from Evented

#initialize, #publish, #publish_event, #silenced?, #subscribed_to?, #unsubscribe!

Constructor Details

This class inherits a constructor from ActiveSupport::Notifications::Fanout::Subscribers::Evented

Instance Method Details

#group_classObject



426
427
428
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 426

def group_class
  MonotonicTimedGroup
end