Class: ActiveWorker::StartedEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/active_worker/started_event.rb

Instance Method Summary collapse

Methods inherited from Event

#event_type, exists_for_configurations?, #fields_for_view, #get_pid, #get_worker_pid, #set_message, #set_process_information

Methods included from Behavior::HasRootObject

#get_root_object_id, included, #notify_root_of_child_started, #notify_root_of_finished, #root_owner, #set_root_object

Instance Method Details

#generate_messageObject



3
4
5
# File 'lib/active_worker/started_event.rb', line 3

def generate_message
  "#{configuration.event_name} started"
end