class ActiveSupport::Notifications::Fanout::Subscribers::EventObject

Public Instance Methods

# File activesupport/lib/active_support/notifications/fanout.rb, line 438
def group_class
  EventObjectGroup
end
# File activesupport/lib/active_support/notifications/fanout.rb, line 442
def publish_event(event)
  @delegate.call event
end