Sha256: 6d49759120801cce6305098247b54e6e8c37a1d77399f1ae892ba8a24a827003

Contents?: true

Size: 451 Bytes

Versions: 14

Compression:

Stored size: 451 Bytes

Contents

# frozen_string_literal: true

require_relative 'subscription_feeder_commands/base'
require_relative 'subscription_feeder_commands/restore'
require_relative 'subscription_feeder_commands/start_all'
require_relative 'subscription_feeder_commands/stop'
require_relative 'subscription_feeder_commands/stop_all'

module PgEventstore
  # @!visibility private
  module SubscriptionFeederCommands
    extend Extensions::CommandClassLookupExtension
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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