Class Chef::EventDispatch::Dispatcher
In: lib/chef/event_dispatch/dispatcher.rb
Parent: Base

EventDispatch::Dispatcher

The Dispatcher handles receiving event data from the sources (Chef::Client, Resources and Providers, etc.) and publishing the data to the registered subscribers.

Methods

Public Class methods

Define a method that will be forwarded to all

Public Instance methods

Add a new subscriber to the list of registered subscribers

[Validate]