Sha256: 8a5015bcb2e37422921ff7d9e78f95586ac3b73e77699225bf32615cb60ada5f

Contents?: true

Size: 764 Bytes

Versions: 14

Compression:

Stored size: 764 Bytes

Contents

module PgEventstore
  class CommandsHandler
    extend Forwardable
    RESTART_DELAY: Integer
    PULL_INTERVAL: Integer

    # _@param_ `config_name`
    #
    # _@param_ `subscription_feeder`
    #
    # _@param_ `runners`
    def initialize: (Symbol config_name, PgEventstore::SubscriptionFeeder subscription_feeder, ::Array[PgEventstore::SubscriptionRunner] runners) -> void

    def attach_runner_callbacks: () -> untyped

    def process_async: () -> untyped

    # _@param_ `error`
    def after_runner_died: (StandardError error) -> void

    def subscription_feeder_commands: () -> PgEventstore::CommandHandlers::SubscriptionFeederCommands

    def subscription_runners_commands: () -> PgEventstore::CommandHandlers::SubscriptionRunnersCommands
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pg_eventstore-1.9.0 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.8.0 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.7.0 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.6.0 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.5.0 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.4.0 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.3.4 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.3.3 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.3.2 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.3.1 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.3.0 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.2.0 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.1.5 sig/pg_eventstore/subscriptions/commands_handler.rbs
pg_eventstore-1.1.4 sig/pg_eventstore/subscriptions/commands_handler.rbs