Sha256: 68860c025295a66cb4d0b5774d7b4b4c1226d4cbe90c21ee057225d6135eda26

Contents?: true

Size: 464 Bytes

Versions: 11

Compression:

Stored size: 464 Bytes

Contents

module PgEventstore
  module Web
    module Subscriptions
      module WithState
        class SetCollection
          @state: String

          attr_reader connection: PgEventstore::Connection

          def initialize: (PgEventstore::Connection connection, state: String) -> void
          
          def names: -> Array[String]

          private

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

Version data entries

11 entries across 11 versions & 1 rubygems

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