Sha256: 64ed3bca1bfd6a7d773f0e871303bea5db891413538a529e39571fb70aa65468

Contents?: true

Size: 332 Bytes

Versions: 15

Compression:

Stored size: 332 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
pg_eventstore-1.6.0 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.5.0 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.4.0 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.3.4 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.3.3 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.3.2 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.3.1 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.3.0 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.2.0 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.1.5 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.1.4 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.1.3 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.1.2 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.1.1 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb
pg_eventstore-1.1.0 lib/pg_eventstore/subscriptions/subscription_runner_commands/start.rb