Sha256: ed08d42559deccbe4841304f0215bfbb7007aad291e3ae344f66374dbdf86132

Contents?: true

Size: 536 Bytes

Versions: 9

Compression:

Stored size: 536 Bytes

Contents

module PgEventstore
  module Web
    module Subscriptions
      module WithState
        class Subscriptions
          @current_set: String?

          @state: String

          attr_reader connection: PgEventstore::Connection

          def initialize: (PgEventstore::Connection connection, String? current_set, state: String) -> void

          def subscriptions: -> Array[PgEventstore::Subscription]

          private

          def subscription_queries: -> PgEventstore::SubscriptionQueries
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pg_eventstore-1.7.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs
pg_eventstore-1.6.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs
pg_eventstore-1.5.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs
pg_eventstore-1.4.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs
pg_eventstore-1.3.4 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs
pg_eventstore-1.3.3 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs
pg_eventstore-1.3.2 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs
pg_eventstore-1.3.1 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs
pg_eventstore-1.3.0 sig/pg_eventstore/web/subscriptions/with_state/subscriptions.rbs