Class: ActiveWorker::NotificationEvent
- Defined in:
- lib/active_worker/notification_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_message ⇒ Object
4 5 6 |
# File 'lib/active_worker/notification_event.rb', line 4 def "#{configuration.event_name} has been notified" end |