Method: Synapse::ServiceWatcher::BaseWatcher#start
- Defined in:
- lib/synapse/service_watcher/base.rb
#start ⇒ Object
this should be overridden to actually start your watcher
66 67 68 |
# File 'lib/synapse/service_watcher/base.rb', line 66 def start log.info "synapse: starting stub watcher; this means doing nothing at all!" end |