Sha256: 76ed53ff5a1e66223b482789bd5d0fbe4efbceaceaf103c0884b5b116358dc5d
Contents?: true
Size: 339 Bytes
Versions: 18
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true module PgEventstore module SubscriptionFeederCommands # @!visibility private class StartAll < Base # @param subscription_feeder [PgEventstore::SubscriptionFeeder] # @return [void] def exec_cmd(subscription_feeder) subscription_feeder.start_all end end end end
Version data entries
18 entries across 18 versions & 1 rubygems