Class: Substation::Processor::Config
- Inherits:
-
Object
- Object
- Substation::Processor::Config
- Defined in:
- lib/substation/processor/config.rb
Overview
Wraps Substation::Processor configuration
Instance Method Summary collapse
-
#with_failure_chain(chain) ⇒ Processor
private
Add failure chain.
Instance Method Details
#with_failure_chain(chain) ⇒ Processor
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Add failure chain
17 18 19 |
# File 'lib/substation/processor/config.rb', line 17 def with_failure_chain(chain) self.class.new(executor, chain, observers) end |