Module: Operaton::Bpm::Client::Backoff::BackoffStrategy
- Included in:
- ErrorAwareBackoffStrategy, ExponentialBackoffStrategy
- Defined in:
- lib/operaton/bpm/client/backoff/backoff_strategy.rb
Overview
Mirrors org.operaton.bpm.client.backoff.BackoffStrategy
Instance Method Summary collapse
Instance Method Details
#calculate_backoff_time ⇒ Object
13 14 15 |
# File 'lib/operaton/bpm/client/backoff/backoff_strategy.rb', line 13 def calculate_backoff_time raise NotImplementedError, "#{self.class} must implement #calculate_backoff_time" end |
#reconfigure(external_tasks) ⇒ Object
9 10 11 |
# File 'lib/operaton/bpm/client/backoff/backoff_strategy.rb', line 9 def reconfigure(external_tasks) raise NotImplementedError, "#{self.class} must implement #reconfigure" end |