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