Sha256: 5bc651f5ecc328034dbaff9d1f9211c86dac46960dd1e8bf3e148d5d9a70480e

Contents?: true

Size: 425 Bytes

Versions: 4

Compression:

Stored size: 425 Bytes

Contents

module PgEventstore
  module CLI
    module Commands
      module CallbackHandlers
        class StartCmdHandlers
          def self.handle_start_up: (Proc action, PgEventstore::SubscriptionsManager manager) -> void

          def self.register_managers: (Set[PgEventstore::SubscriptionsManager] subscription_managers,
              PgEventstore::SubscriptionsManager manager) -> void
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pg_eventstore-1.9.0 sig/pg_eventstore/cli/commands/callback_handlers/start_cmd_handlers.rbs
pg_eventstore-1.8.0 sig/pg_eventstore/cli/commands/callback_handlers/start_cmd_handlers.rbs
pg_eventstore-1.7.0 sig/pg_eventstore/cli/commands/callback_handlers/start_cmd_handlers.rbs
pg_eventstore-1.6.0 sig/pg_eventstore/cli/commands/callback_handlers/start_cmd_handlers.rbs