Sha256: 8a0339e9d0eb7262639a9e3d302c6531f541f151dd38d3bb139409cbb928ce86

Contents?: true

Size: 468 Bytes

Versions: 3

Compression:

Stored size: 468 Bytes

Contents

module PgEventstore
  class EventsProcessorHandlers
    def self.process_event: (PgEventstore::Callbacks callbacks, _RawEventHandler handler, Array[Hash[untyped, untyped]] raw_events) -> void

    def self.after_runner_died: (PgEventstore::Callbacks callbacks, StandardError error) -> void

    def self.before_runner_restored: (PgEventstore::Callbacks callbacks) -> void

    def self.change_state: (PgEventstore::Callbacks callbacks, String state) -> void
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pg_eventstore-1.7.0 sig/pg_eventstore/subscriptions/callback_handlers/events_processor_handlers.rbs
pg_eventstore-1.6.0 sig/pg_eventstore/subscriptions/callback_handlers/events_processor_handlers.rbs
pg_eventstore-1.5.0 sig/pg_eventstore/subscriptions/callback_handlers/events_processor_handlers.rbs