instance method start

Ruby on Rails 8.0.4

Since v7.1.6

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

start()

No documentation comment.

Source
# File activesupport/lib/active_support/notifications/fanout.rb, line 240
        def start
          ensure_state! :initialized
          @state = :started

          iterate_guarding_exceptions(@groups) do |group|
            group.start(@name, @id, @payload)
          end
        end

Defined in activesupport/lib/active_support/notifications/fanout.rb line 240 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::Notifications::Fanout::Handle

Type at least 2 characters to search.

↑↓ navigate · open · esc close