Sha256: 14685946d92f37401d90ca181f35df45cfaf5f174146b815822a7ae5307f7f47

Contents?: true

Size: 439 Bytes

Versions: 10

Compression:

Stored size: 439 Bytes

Contents

module PgEventstore
  module CommandHandlers
    class SubscriptionFeederCommands
      # _@param_ `config_name`
      #
      # _@param_ `subscription_feeder`
      def initialize: (Symbol config_name, PgEventstore::SubscriptionFeeder subscription_feeder) -> void

      def process: () -> void

      def queries: () -> PgEventstore::SubscriptionsSetCommandQueries

      def connection: () -> PgEventstore::Connection
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pg_eventstore-1.5.0 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.4.0 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.3.4 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.3.3 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.3.2 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.3.1 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.3.0 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.2.0 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.1.5 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs
pg_eventstore-1.1.4 sig/pg_eventstore/subscriptions/command_handlers/subscription_feeder_commands.rbs