Method: Webhookdb::Replicator::Base#calculate_backfill_state_machine

Defined in:
lib/webhookdb/replicator/base.rb

#calculate_backfill_state_machineWebhookdb::Replicator::StateMachineStep

Return the state machine that is used when adding backfill support to an integration. Usually this sets one or both of the backfill key and secret.

Returns:

Raises:

  • (NotImplementedError)


253
254
255
256
# File 'lib/webhookdb/replicator/base.rb', line 253

def calculate_backfill_state_machine
  # This is a pure function that can be tested on its own--the endpoints just need to return a state machine step
  raise NotImplementedError
end