Sha256: f8eb603d8262f80faa868bf29c18684e7e7f09bfe171c8483515e5004daf768e

Contents?: true

Size: 486 Bytes

Versions: 5

Compression:

Stored size: 486 Bytes

Contents

module PgEventstore
  class CommandsHandlerHandlers
    def self.process_feeder_commands: (Symbol config_name, PgEventstore::SubscriptionFeeder subscription_feeder) -> void

    def self.process_runners_commands: (Symbol config_name, Array[PgEventstore::SubscriptionRunner] runners,
        PgEventstore::SubscriptionFeeder subscription_feeder) -> void

    def self.restore_runner: (PgEventstore::BasicRunner basic_runner, Integer restart_delay, StandardError error) -> void
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pg_eventstore-1.9.0 sig/pg_eventstore/subscriptions/callback_handlers/commands_handler_handlers.rbs
pg_eventstore-1.8.0 sig/pg_eventstore/subscriptions/callback_handlers/commands_handler_handlers.rbs
pg_eventstore-1.7.0 sig/pg_eventstore/subscriptions/callback_handlers/commands_handler_handlers.rbs
pg_eventstore-1.6.0 sig/pg_eventstore/subscriptions/callback_handlers/commands_handler_handlers.rbs
pg_eventstore-1.5.0 sig/pg_eventstore/subscriptions/callback_handlers/commands_handler_handlers.rbs