Sha256: f83d8e8e6a67d9f9adfa6133b7f9637baef670668b3925aa27c2ba3d1ddfedd5
Contents?: true
Size: 1017 Bytes
Versions: 2
Compression:
Stored size: 1017 Bytes
Contents
module PgEventstore class SubscriptionFeeder extend Forwardable @basic_runner: PgEventstore::BasicRunner @commands_handler: PgEventstore::CommandsHandler @subscriptions_lifecycle: PgEventstore::SubscriptionsLifecycle @subscriptions_set_lifecycle: PgEventstore::SubscriptionsSetLifecycle attr_reader config_name: Symbol def initialize: ( config_name: Symbol, subscriptions_set_lifecycle: PgEventstore::SubscriptionsSetLifecycle, subscriptions_lifecycle: PgEventstore::SubscriptionsLifecycle ) -> void def id: () -> Integer? # _@param_ `runner` def add: (PgEventstore::SubscriptionRunner runner) -> PgEventstore::SubscriptionRunner def start_all: () -> void def stop_all: () -> void def read_only_subscriptions: () -> ::Array[PgEventstore::Subscription] def read_only_subscriptions_set: () -> PgEventstore::SubscriptionsSet? def attach_runner_callbacks: () -> void def assert_proper_state!: () -> void end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pg_eventstore-1.7.0 | sig/pg_eventstore/subscriptions/subscription_feeder.rbs |
pg_eventstore-1.6.0 | sig/pg_eventstore/subscriptions/subscription_feeder.rbs |