Module: LogStash::PluginMixins::Scheduler::JobInterface
- Included in:
- RufusImpl::JobAdapter
- Defined in:
- lib/logstash/plugin_mixins/scheduler.rb
Overview
Interface provided by a scheduled job.
Instance Method Summary collapse
Instance Method Details
#job_id ⇒ Object
139 |
# File 'lib/logstash/plugin_mixins/scheduler.rb', line 139 def job_id; fail NotImplementedError end |