Sha256: c066d0e63a72d8cbc314f6e2c7d9ca6523cb673afadb8f175212a2349e3eb98a

Contents?: true

Size: 336 Bytes

Versions: 7

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

module PgEventstore
  module SubscriptionRunnerCommands
    # @!visibility private
    class Restore < Base
      # @param subscription_runner [PgEventstore::SubscriptionRunner]
      # @return [void]
      def exec_cmd(subscription_runner)
        subscription_runner.restore
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pg_eventstore-1.2.0 lib/pg_eventstore/subscriptions/subscription_runner_commands/restore.rb
pg_eventstore-1.1.5 lib/pg_eventstore/subscriptions/subscription_runner_commands/restore.rb
pg_eventstore-1.1.4 lib/pg_eventstore/subscriptions/subscription_runner_commands/restore.rb
pg_eventstore-1.1.3 lib/pg_eventstore/subscriptions/subscription_runner_commands/restore.rb
pg_eventstore-1.1.2 lib/pg_eventstore/subscriptions/subscription_runner_commands/restore.rb
pg_eventstore-1.1.1 lib/pg_eventstore/subscriptions/subscription_runner_commands/restore.rb
pg_eventstore-1.1.0 lib/pg_eventstore/subscriptions/subscription_runner_commands/restore.rb